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

Method is_ctype_number_start( )

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

The method is_ctype_number_start( ) returns true, if $chr is a valid starting character for a sql number (dec, hex, bin)

Example:

Arguments

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

Returns

boolean true, if $chr is a valid starting character for a sql number