eregi_replace(PHP 4, PHP 5) eregi_replace — Replace regular expression case insensitive Описание
string eregi_replace
( string $pattern
, string $replacement
, string $string
)
This function is identical to ereg_replace() except that this ignores case distinction when matching alphabetic characters. Список параметров
Возвращаемые значенияThe modified string is returned. If no matches are found in string , then it will be returned unchanged. Примеры
Пример #1 Highlight search results
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |