PHP. Руководство по PHP. 2005
eregi
eregi
Description
int eregi (string pattern, string string [, array ®s])This function is identical to ereg() except that this ignores case distinction when matching alphabetic characters.
Пример 1. eregi() example
|
See also ereg(), ereg_replace(), eregi_replace(), stripos(), and stristr().
eregi_replace
split