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

Method RemoveTrailingSemicolon( )

 private   mixed rstoetter\cSmartSqlStatement\cSmartSqlStatement::RemoveTrailingSemicolon(string $str)

The method RemoveTrailingSemicolon( ) removes the trailing semicolon from $str

Example:

Arguments

  • $str string - <p>the query where the trailing semicolon should be removed</p>