stripcslashes

(PHP 4, PHP 5, PHP 7)

stripcslashesUn-quote string quoted with addcslashes()

Descrierea

stripcslashes ( string $str ) : string

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

Parametri

str

The string to be unescaped.

Valorile întoarse

Returns the unescaped string.

A se vedea și