コード例 #1
0
ファイル: lib-utf8.php プロジェクト: ariep/ZenPhoto20-DEV
 function mb_substr_count($haystack, $needle)
 {
     return utf8::substr_count($haystack, $needle);
 }