★ wanayoo — archive 1999 http://www.php.net/manual/function.stripcslashes.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Strings
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Strings
* AddCSlashes
* AddSlashes
* bin2hex
* Chop
* Chr
* chunk_split
* convert_cyr_string
* count_chars
* crc32
* crypt
* echo
* explode
* flush
* get_html_translation_table
* get_meta_tags
* hebrev
* hebrevc
* htmlentities
* htmlspecialchars
* implode
* join
* levenshtein
* ltrim
* md5
* Metaphone
* nl2br
* ob_start
* ob_get_contents
* ob_end_flush
* ob_end_clean
* ob_implicit_flush
* Ord
* parse_str
* print
* printf
* quoted_printable_decode
* quotemeta
* rtrim
* sscanf
* setlocale
* similar_text
* soundex
* sprintf
* strcasecmp
* strchr
* strcmp
* strcspn
* strip_tags
* stripcslashes
* stripslashes
* stristr
* strlen
* str_pad
* strpos
* strrchr
* str_repeat
* strrev
* strrpos
* strspn
* strstr
* strtok
* strtolower
* strtoupper
* str_replace
* strtr
* substr
* substr_count
* substr_replace
* trim
* ucfirst
* ucwords
Manual: stripcslashes
View the source code for this pageSearch the site



Previous page
 strip_tags
 Updated
Sat, 12 Aug 2000
stripslashes 
Next page


stripcslashes

(PHP4 >= 4.0b4)

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.

Note: Added in PHP4b3-dev.

See also addcslashes().


User Contributed Notes: stripcslashes


php.net@bigbadaboom.net
02-Aug-2000 02:09
PHP 4.0.1pl2 has a bug where if you pass an empty string to this function, the script bombs out (ie returns no data).


This apparently has been fixed in CVS and the fix should appear in the next version.



 About Notes


Previous page
 strip_tags
 Updated
Sat, 12 Aug 2000
stripslashes 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.