PHP Function List
escape_data doesn't exist. Closest matches:
- pg_escape_bytea
- pg_escape_literal
- pg_unescape_bytea
- read_exif_data
- easter_date
- pg_meta_data
- pg_escape_string
- sybase_data_seek
- pg_escape_identifier
- udm_free_ispell_data
- dbx_escape_string
- db2_escape_string
- msession_get_data
- msession_set_data
- http_send_data
- escapeshellcmd
- escapeshellarg
- newt_scale_set
- exif_read_data
- easter_days
Site Search Results
-
mysql_real_escape_string - ManualIf this function is not used to escape data, the query is vulnerable to SQL Injection Attacks. Note: mysql_real_escape_string() does not escape % and _
-
Included Larry Ullman's escape_data() as well since I use it in q(). <?php function escape_data ($data){ global $dbc; if(ini_get ('magic_quotes_gpc')){
-
Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\ ...
-
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 ...
-
function mssql_escape ($data) { if(is_numeric ($data)) return $data; $unpacked = unpack ('H*hex', $data); return '0x' . $unpacked ['hex'];
-
public function escape ($data) { if(is_array ($data)) return array_map ("sqlite_escape_string", $data); return sqlite_escape_string ($data);
-
Included Larry Ullman's escape_data() as well since I use it in q(). <?php function escape_data ($data){ global $dbc; if(ini_get ('magic_quotes_gpc')){
-
Included Larry Ullman's escape_data() as well since I use it in q(). <?php function escape_data ($data){ global $dbc; if(ini_get ('magic_quotes_gpc')){
-
Included Larry Ullman's escape_data() as well since I use it in q(). <?php function escape_data ($data){ global $dbc; if(ini_get ('magic_quotes_gpc')){
-
public function escape ($data) { if(is_array ($data)) return array_map ("sqlite_escape_string", $data); return sqlite_escape_string ($data);

Other forms of search
To search the string "escape_data" 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.
