addslashes

addslashes ( string $str ) : string
Returns a string with backslashes added before characters that need to be escaped. These characters are:

single quote (‘)
double quote (“)
backslash (\)
NUL (the NUL byte)
A use case of addslashes() is escaping the aforementioned characters in a string that is to be evaluated by PHP

Input:
[?]

Have Feedback?

Let us know how we can improve this tool.
Share Feedback