简单教程
提交运行
代码编辑器:
<?php echo strstr("Hello world!","world",true);
x
1
<?php
2
echo
strstr
(
"Hello world!"
,
"world"
,
true
);
3
运行结果: