Forum und email

quotemeta

(PHP 4, PHP 5)

quotemeta — Quote meta characters

Popis

string quotemeta ( string $str )

Returns a version of str with a backslash character (\) before every character that is among these:

. \ + * ? [ ^ ] ( $ )

Parametre

str

The input string.

Vrátené hodnoty

Returns the string with meta characters quoted.

Poznámky

Note: Táto funkcia je binárne bezpečná.