PHP function stripslashes()

Availability in PHP 4.0

Un-quotes a quoted string

Parameters

Parameter Data type Default value Note
$str string not String being processed.

Return values

string

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

Other sources

Official stripslashes documentation

Newsletter

Nejlepsi tipy a triky o PHP do Vaseho e-mailu. Clanky a novinky nejen ze sveta PHP a programovani.