简单教程
提交运行
代码编辑器:
<?php $str = "Hello world. (can you hear me?)"; echo quotemeta($str);
x
1
<?php
2
$str
=
"Hello world. (can you hear me?)"
;
3
echo
quotemeta
(
$str
);
4
运行结果: