Warning: include(../lntop.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 19

Warning: include() [function.include]: Failed opening '../lntop.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 19

Warning: include(../levoe_menu.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 46

Warning: include() [function.include]: Failed opening '../levoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 46



Учебник РНР
НазадВперёд

strrchr

(PHP 3, PHP 4)

strrchr - находит последнее вхождение (появление) символа в строке.

Описание

string strrchr (string haystack, string needle)

Эта функция возвращает часть из haystack, начинающуюся с последнего вхождения needle и идущую до конца haystack.

Возвращает FALSE, если needle не найден.

Если needle содержит более одного символа, используется первый.

Если needle это не строка, он конвертируется в integer и применяется как порядковое значение символа.
Пример 1. strrchr()
// получить последнюю директорию в $PATH
$dir = substr(strrchr($PATH, ":"), 1);

// получить всё после последнего символа newline
$text = "Line 1\nLine 2\nLine 3";
$last = substr(strrchr($text, 10), 1 );

См. также strchr(), substr(), stristr() и strstr().


Назад Оглавление Вперёд
strpos Вверхstrrev


Warning: include(../pravoe_menu.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 148

Warning: include() [function.include]: Failed opening '../pravoe_menu.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 148

Rambler's Top100
© 2009 Тест скорости интернета |  Boont.Ru

Warning: include(../lnbottom.php) [function.include]: failed to open stream: No such file or directory in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 274

Warning: include() [function.include]: Failed opening '../lnbottom.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/prime/data/www/prime-speed.ru/Manual_PHP_4/f/strrchr.html on line 274