cMySql57_Utils::IsKeyword() - rstoetter/libsqlphp GitHub Wiki
Method IsKeyword( )
public static boolean rstoetter\libsqlphp\cMySql57_Utils::IsKeyword(string $tst)
- Namespace : rstoetter\libsqlphp
- Class name: cMySql57_Utils
- This method is defined by rstoetter\libsqlphp\cMySql57_Utils
The method IsKeyword returns true, if $tst is a keyword
Example:
Arguments
- $tst string - <p>the keyword to test</p>
Returns
boolean true, if $tst is a keyword