dev rstoetter cSmartSqlStatement cSmartSqlStatement::is_ctype_identifier_start() - rstoetter/csmartsqlstatement-php GitHub Wiki
Method is_ctype_identifier_start( ) - of API Reference dev
private boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::is_ctype_identifier_start(string $chr)
- Namespace : rstoetter\cSmartSqlStatement
- Class name: cSmartSqlStatement
- This method is defined by the class rstoetter\cSmartSqlStatement\cSmartSqlStatement
The method is_ctype_identifier_start( ) returns true, if $chr is a valid starting character for identifiers The method takes into consideration, too, whether $chr is an extra start identifier
Example:
Arguments
- $chr string - <p>is the character to test</p>
Returns
boolean true, if $chr is a valid starting character for identifiers