PHP -> Funkcie -> Funkcie pre prácu s reťazcami PHP -> QuoteMeta
Syntax
string QuoteMeta(string str);
Popis
Príkaz jazyka PHP
QuoteMeta - quote meta characters
Returns a version of str with a backslash character (\) before every character that is among these:
. \\ + * ? [ ^ ] ( $ )
Pozri aj
AddSlashes, htmlentities, htmlspecialchars, nl2br, StripSlashes