You are here : phpstringstripcslashes

stripcslashes() - string

Returns a string with backslashes stripped off. Recognizes
   C-like 
, 
 ..., octal
   and hexadecimal representation.
Parameters :
  • str - The string to be unescaped.

  • Syntax

    string stripcslashes
        ( string $str
       )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference