StripSlashes

PHP -> Funkcie -> Funkcie pre prácu s reťazcami PHP -> StripSlashes

Syntax

string StripSlashes(string str);

Popis

Príkaz jazyka PHP
StripSlashes - un-quote string quoted with addslashes

Returns a string with backslashes stripped off. (\’ becomes ’ and so on.) Double backslashes are made into a single backslash.

Pozri aj

AddSlashes