Query: stripcslashes
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRIPCSLASHES(3) 1 STRIPCSLASHES(3) stripcslashes - Un-quote string quoted withaddcslashes(3)SYNOPSISstring stripcslashes (string $str)DESCRIPTIONReturns a string with backslashes stripped off. Recognizes C-like , ..., octal and hexadecimal representation.PARAMETERSo $str - The string to be unescaped.RETURN VALUESReturns the unescaped string.SEE ALSOaddcslashes(3). PHP Documentation Group STRIPCSLASHES(3)