PHP Function List
escape doesn't exist. Closest matches:
- escapeshellarg
- escapeshellcmd
- pg_escape_bytea
- pg_escape_literal
- pg_escape_identifier
- pg_escape_string
- dbx_escape_string
- db2_escape_string
- pg_unescape_bytea
- maxdb_escape_string
- mysql_escape_string
- mysqli_escape_string
- sqlite_escape_string
- ingres_escape_string
- mysql_real_escape_string
- maxdb_real_escape_string
- cubrid_real_escape_string
- newt_scale
- bcscale
- ps_scale
Site Search Results
-
For example, to insert the name O'reilly into a database, you will need to escape it. It's highly recommended to use DBMS specific escape function (e.g. mysqli_real_escape ...
-
mysql_real_escape_string - Manualmysql_real_escape_string (PHP 4 >= 4.3.0, PHP 5) mysql_real_escape_string — Escapes special characters in a string for use in an SQL statement
-
The reason why % are replaced with space on windows is that it is impossible in cmd.exe to escape or quote them so that environment variables are not expanded.
-
mysqli::real_escape_string - Manualmysqli::real_escape_string mysqli_real_escape_string (PHP 5) mysqli::real_escape_string-- mysqli_real_escape_string — Escapes special characters in a string for use in an SQL ...
-
Escape sequences. The backslash character has several uses. Firstly, if it is followed by a non-alphanumeric character, it takes away any special meaning that character may ...
-
All other instances of backslash will be treated as a literal backslash: this means that the other escape sequences you might be used to, such as \r or \n, will be ...
-
mysql_escape_string (PHP 4 >= 4.0.3, PHP 5) mysql_escape_string — Escapes a string for use in a mysql_query
-
Use your database escape string function to filter the data for database updates & insertions, for instance, using postgresql, pg_query($connection,"UPDATE datatable SET datavalue ...
-
sqlite_escape_string (PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_escape_string — Escapes a string for use as a query parameter
-
pg_escape_string() escapes a string for querying the database. It returns an escaped string in the PostgreSQL format without quotes. pg_escape_literal() is more preferred ...

Other forms of search
To search the string "escape" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
