主页
PHP
PHP - 转义字符
tryphp_string_escape_octal
运行 ❯
×
更改方向
保存代码
更改主题
A backslash followed by three integers will result in a octal value:
<?php $x = "\110\145\154\154\157"; echo $x; ?>
A backslash followed by three integers will result in a octal value:
Hello