cSmartSqlStatement::is_ctype_identifier() - rstoetter/csmartsqlstatement-php GitHub Wiki

Method is_ctype_identifier( )

 private   boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::is_ctype_identifier(string $chr)

The method is_ctype_identifier( ) returns true, if $chr is a valid character for identifiers The method takes into consideration, too, whether $chr is an extra identifier

Example:

Arguments

  • $chr string - <p>is the character to test</p>

Returns

boolean true, if $chr is a valid character for identifiers