strpbrk

(PHP 5, PHP 7)

strpbrk���ַ����в���һ���ַ����κ�һ���ַ�

˵��

strpbrk ( string $haystack , string $char_list ) : string

strpbrk() ������ haystack �ַ����в��� char_list �е��ַ���

����

haystack

�ڴ��ַ����в��� char_list��

char_list

�ò������ִ�Сд��

����ֵ

����һ�����ҵ����ַ���ʼ�����ַ��������û���ҵ����򷵻� FALSE��

����

Example #1 strpbrk() ����

<?php

$text 
'This is a Simple text.';

// ��� "is is a Simple text."����Ϊ 'i' �ȱ�ƥ��
echo strpbrk($text'mi');

// ��� "Simple text."����Ϊ�ַ����ִ�Сд
echo strpbrk($text'S');
?>

�μ�

  • strpos() - �����ַ����״γ��ֵ�λ��
  • strstr() - �����ַ������״γ���
  • preg_match() - ִ��ƥ��������ʽ