Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<strip_tagsstripos>
Last updated: Tue, 19 Sep 2006

stripcslashes

(PHP 4, PHP 5)

stripcslashes --  Un-quote string quoted with addcslashes()

Description

string stripcslashes ( string str )

Returns a string with backslashes stripped off. Recognizes C-like \n, \r ..., octal and hexadecimal representation.

See also addcslashes().




<strip_tagsstripos>
Last updated: Tue, 19 Sep 2006