Wenn in String Count Count PHP existiert
<?php
echo substr_count("Hello world. The world is nice","world");
//Output: 2
?>
artharus
<?php
echo substr_count("Hello world. The world is nice","world");
//Output: 2
?>