PHP Function List
addslashes. doesn't exist. Closest matches:
- addslashes
- addcslashes
- stripslashes
- stripcslashes
- spl_classes
- radius_close
- maxdb_ssl_set
- yaf_dispatcher
- maxdb_sqlstate
- splmaxheap
- class_uses
- yaml_parse
- maxdb_data_seek
- pdf_setpolydash
- apd_set_session
- imagedashedline
- gettraitaliases
- sql_regcase
- dbplus_last
- maxdb_close
Site Search Results
-
Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\ ...
-
if(preg_match("/[\\\\'\"\\0]/", str_replace($pattern, $replace, $input))){ return addslashes($input); } else{ return $input;
-
Retourne la chaîne str, après avoir échappé tous les caractères qui doivent l'être, pour être utilisée dans une requête de base de données.
-
Retorna uma string com barras invertidas antes de caracteres que precisam ser escapados para serem escapados em query a banco de dados, etc. Estes caracteres são aspas ...
-
addslashes() - Quote string with slashes; htmlspecialchars() - Convert special characters to HTML entities; quotemeta() - Quote meta characters
-
// it is recommended to replace 'addslashes' with 'mysql_real_escape_string' or whatever db specific fucntion used for escaping. However 'mysql_real_escape_string' is slower because ...
-
addslashes() - Quote string with slashes; stripslashes() - Un-quotes a quoted string; get_magic_quotes_runtime() - Gets the current active configuration setting of magic_quotes_runtime
-
There is also the generic addslashes() and stripslashes() functions, that are more common with older PHP code. Note: directive note: magic_quotes_gpc
-
addslashes() - Quote string with slashes; addcslashes() - Quote string with slashes in a C style; htmlentities() - Convert all applicable characters to HTML entities
-
foreach($htmltable as $key => $value) { $mixed = ereg_replace(addslashes($value),$key,$mixed); } return $mixed;} this is my version of a reversed htmlentities ...

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