SQLite3::escapeString

(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.

doc_php
2016-02-24 16:18:34
Comments
Leave a Comment

Please login to continue.