substr_count() 返回子字符串needle 在字符串 $haystack 中出现的次数。注意 $needle 区分大小写。
int substr_count ( string $haystack , string $needle [, int $offset ] [, int $length ] )