stripcslashes

(PHP 4 , PHP 5)

stripcslashes --  Desfaz o efeito de addcslashes()

Descrição

string stripcslashes ( string str )

Retorna uma string com as barras invertidas retiradas. Reconhece estilo C \n, \r ..., representação octal e hexadecimal.

Veja também addcslashes().