英[slæʃ] 美[slæʃ]
vt.Severely cut; slash; whip; severely criticize
vi.Severely chop; severely criticize
n .slash; slash; slash, scar; swamp lowland
Third person singular: slashes Plural: slashes Present participle: slashing Past tense: slashed Past participle: slashed
php stripcslashes() function syntax
Function:Remove the backslashes added by the addcslashes() function.
Syntax:stripcslashes(string)
Parameters:
Parameter | Description |
string | Required, specifies the string to be checked. |
Description:This function can be used to clean data retrieved from the database or from the HTML form.
php stripcslashes() function example
Output:
Hello World!
Output:
i'm study in php.cn