update : 2015.11.03
php.shukuma.com검색:
|
substr_count(PHP 4, PHP 5) substr_count — Count the number of substring occurrences 설명
int substr_count
( string
$haystack
, string $needle
[, int $offset = 0
[, int $length
]] )
substr_count() returns the number of times the
인수
반환값This function returns an integer. 변경점
예제
Example #1 A substr_count() example
<?php 참고
|