functions-online

substr_count

описание

substr_count() возвращает число вхождений подстроки $needle в строку $haystack. Заметьте, что параметр $needle чувствителен к регистру.

Декларация substr_count

int substr_count ( string $haystack , string $needle [, int $offset ] [, int $length ] )

Тест substr_count онлайн













share substr_count

комментарии для substr_count

+

Leave your comment