strrchr

(PHP 4, PHP 5, PHP 7)

strrchr����ָ���ַ����ַ����е����һ�γ���

˵��

strrchr ( string $haystack , mixed $needle ) : string

�ú������� 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($text10), );
?>

ע��

Note: �˺����ɰ�ȫ���ڶ����ƶ���

�μ�

  • strstr() - �����ַ������״γ���
  • strrpos() - ����ָ���ַ�����Ŀ���ַ��������һ�γ��ֵ�λ��