PHP substr_count () 函数PHP String 参考手册实例计算'world' 在字符串中出现的次数: <?php echo substr_count('Hello world. The world is nice','world'); ?>
確定! 回上一頁