Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.substr-count.html
Дата изменения: Sun Feb 3 22:56:41 2002
Дата индексирования: Mon Oct 1 22:20:54 2012
Кодировка:
substr_count

substr_count

(PHP 4 >= 4.0.0)

substr_count -- Count the number of substring occurrences

Description

int substr_count ( string haystack, string needle)

substr_count() returns the number of times the needle substring occurs in the haystack string.

Example 1. substr_count() example

print substr_count("This is a test", "is"); // prints out 2