Gen. partnerAlgotech

PHP function stripslashes()

Un-quotes a quoted string

|
September 11, 2019

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

Loading comments...

Stay in the loop

Subscribe to our newsletter and get the latest cybersecurity news delivered straight to your inbox.

Your data is safe. You can unsubscribe from the newsletter at any time.