addslashes

function call:
string addslashes( string $str )

description:
Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\) and NUL (the NULL byte).

test addslashes online:
$str


Werbung
Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: addslashes auf Deutsch online testen