quotemeta

(PHP 4, PHP 5, PHP 7)

quotemetaQuote meta characters

Descrierea

quotemeta ( string $str ) : string

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

. \ + * ? [ ^ ] ( $ )

Parametri

str

The input string.

Valorile întoarse

Returns the string with meta characters quoted, or FALSE if an empty string is given as str.

Note

Notă: Această funcție acceptă și date binare.

A se vedea și