Forum und email

stripcslashes

(PHP 4, PHP 5)

stripcslashes — Un-quote string quoted with addcslashes()

Popis

string stripcslashes ( string $str )

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

Parametre

str

The string to be unescaped.

Vrátené hodnoty

Returns the unescaped string.

Tiež pozri