|
PHP5中文手册
quotemeta(PHP 4, PHP 5) quotemeta — Quote meta characters 说明
string quotemeta
( string $str
)
Returns a version of str with a backslash character (\) before every character that is among these: . \ + * ? [ ^ ] ( $ ) 参数
返回值Returns the string with meta characters quoted. 注释
|