mb_substr_count

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

mb_substr_countͳ���ַ������ֵĴ���

˵��

mb_substr_count ( string $haystack , string $needle [, string $encoding = mb_internal_encoding() ] ) : int

ͳ�����ַ��� needle �������ַ��� haystack �еĴ�����

����

haystack

Ҫ�����ַ�����

needle

�����ҵ��ַ�����

encoding

encoding ����Ϊ�ַ����롣���ʡ�ԣ���ʹ���ڲ��ַ����롣

����ֵ

���ַ��� needle �������ַ��� haystack �еĴ�����

����

Example #1 mb_substr_count() ����

<?php
echo mb_substr_count("This is a test""is"); // ��� 2
?>

�μ�

  • mb_strpos() - �����ַ�������һ���ַ������״γ��ֵ�λ��
  • mb_substr() - ��ȡ�����ַ���
  • substr_count() - �����ִ����ֵĴ���