quotemeta

(PHP 3, PHP 4 )

quotemeta -- 메타 문자를 인용한다.

설명

string quotemeta ( string str)

. \\ + * ? [ ^ ] ( $ )
의 문자들 전에 str의 백슬래쉬 문자(\) 를 사용한 버젼을 반환한다.

addslashes(), htmlentities(), htmlspecialchars(), nl2br(), 그리고 stripslashes()을 참고하라.