cMySql57_Utils::IsReservedWord() - rstoetter/libsqlphp GitHub Wiki

Method IsReservedWord( )

 public  static   boolean rstoetter\libsqlphp\cMySql57_Utils::IsReservedWord(string $tst)

The method IsReservedWord returns true, if $tst is a reserved word

Example:

Arguments

  • $tst string - <p>the keyword to test</p>

Returns

boolean true, if $tst is a reserved word