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