Protected Member Functions | |
escape ($str) | |
Quotes string using native mysql function (mysql_real_escape_string()). |
Definition at line 32 of file MySQLPreparedStatement.php.
MySQLPreparedStatement::escape | ( | $ | str | ) | [protected] |
Quotes string using native mysql function (mysql_real_escape_string()).
string | $str |
Reimplemented from PreparedStatementCommon.
Definition at line 39 of file MySQLPreparedStatement.php.