(PHP 4, PHP 5, PHP 7)
strrchr — ����ָ���ַ����ַ����е����һ�γ���
�ú������� haystack
�ַ����е�һ���֣��ⲿ���� needle
��������λ�ÿ�ʼ��ֱ�� haystack
ĩβ��
haystack
�ڸ��ַ����в��ҡ�
needle
��� needle
�����˲�ֹһ���ַ�����ô��ʹ�õ�һ���ַ�������Ϊ��ͬ�� strstr()��
��� needle
����һ���ַ�������ô����ת��Ϊ���Ͳ�����Ϊ�ַ�˳��ֵ��
�ú��������ַ�����һ���֡���� needle
δ���ҵ������� FALSE
��
�汾 | ˵�� |
---|---|
4.3.0 | �ú����Ƕ����ư�ȫ�ġ� |
Example #1 strrchr() ����
<?php
// ��ȡ $PATH �в������̷��ŵ�Ŀ¼
$dir = substr(strrchr($PATH, ":"), 1);
// ��ȡ���һ������
$text = "Line 1\nLine 2\nLine 3";
$last = substr(strrchr($text, 10), 1 );
?>
Note: �˺����ɰ�ȫ���ڶ����ƶ���