简单教程
提交运行
代码编辑器:
<?php echo $str = "This is nice"; substr_count($str,"is",3,9);
运行结果: