Forum und email

quotemeta

(PHP 4, PHP 5)

quotemeta — Quote meta characters

Descrierea

string quotemeta ( string $str )

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

. \ + * ? [ ^ ] ( $ )

Parametri

str

The input string.

Valorile întroarse

Returns the string with meta characters quoted.

Note

Notă: Această funcţie acceptă şi date binare.


08, Erik Sefkow