eregi(PHP 4, PHP 5) eregi — Case insensitive regular expression match Описание
int eregi
( string $pattern
, string $string
[, array &$regs
] )
This function is identical to ereg() except that it ignores case distinction when matching alphabetic characters. Список параметров
Возвращаемые значенияReturns the length of the matched string if a match for pattern was found in string , or FALSE if no matches were found or an error occurred. If the optional parameter regs was not passed or the length of the matched string is 0, this function returns 1. Примеры
Пример #1 eregi() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |