Name

stripcslashes

Synopsis

string stripcslashes(string string, string characters)

Converts instances of characters after a backslash in string by removing the backslash before them. You can specify ranges of characters by separating them by two periods; for example, to un-escape characters between a and q, use "a..q". Multiple characters and ranges can be specified in characters. The stripcslashes() function is the inverse of addcslashes().

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.