Forum und email

stripcslashes

(PHP 4, PHP 5)

stripcslashes — Un-quote een string quoted met addcslashes()

Beschrijving

string stripcslashes ( string $str )

Geeft een string terug met backslashes gestript. Herkent C-achtige \n, \r ..., octale en hexadecimale representatie.

Zie ook addcslashes().