主页
PHP
PHP 字符串截取
tryphp_string_substr4
运行 ❯
×
更改方向
保存代码
更改主题
<?php $x = "Hi, how are you?"; echo substr($x, 5, -3); ?>
ow are y