Jeśli istnieje w liczbie strun PHP

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