Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.strstr.html
Дата изменения: Sun Feb 3 22:56:37 2002 Дата индексирования: Mon Oct 1 21:05:58 2012 Кодировка: |
Returns all of haystack from the first occurrence of needle to the end.
If needle is not found, returns FALSE.
If needle is not a string, it is converted to an integer and applied as the ordinal value of a character.
Note: This function is case-sensitive. For case-insensitive searches, use stristr().
See also ereg(), preg_match(), strchr(), stristr(), strpos(), strrchr(), and substr().