Si existe en el recuento de cadenas PHP

<?php
echo substr_count("Hello world. The world is nice","world");
//Output: 2
?>
artharus