(PHP 5 >= 5.3.0, PHP 7)
Returns a string that has been properly escaped
public static string SQLite3::escapeString ( string $value )
Returns a string that has been properly escaped for safe inclusion in an SQL statement.
Parameters:
value
The string to be escaped.
Returns:
Returns a properly escaped string that may be used safely in an SQL statement.
Please login to continue.