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

Method IsExtraIdentifier( )

 protected   boolean rstoetter\cSmartSqlStatement\cSmartSqlStatement::IsExtraIdentifier(string $chr)

The method IsExtraIdentifier( ) returns true, if $chr is an extra character for identifiers

Example:

Arguments

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

Returns

boolean true, if $chr is part of the extra characters of identifiers