Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.addslashes.html
Дата изменения: Sun Feb 3 22:56:03 2002 Дата индексирования: Mon Oct 1 22:02:12 2012 Кодировка: |
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).
Note: magic_quotes_gpc is ON by default.
See also stripslashes(), htmlspecialchars(), and quotemeta().