1 개요[ | ]
- PHP quotemeta()
PHP
Copy
$str = "Hello world. (can you hear me?)";
echo quotemeta($str);
# Hello world\. \(can you hear me\?\)
2 같이 보기[ | ]
- PHP addslashes()
- PHP addcslashes()
- PHP htmlentities()
- PHP htmlspecialchars()
- PHP nl2br()
- PHP stripslashes()
- PHP stripcslashes()
- PHP preg_match()
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.