создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

eregi

Пред.

След.

eregi

(PHP 3, PHP 4, PHP 5)eregi -- Case insensitive regular expression match

Description

int eregi (string pattern, string string [, array &regs])

This function is identical to ereg() except that this ignores case distinction when matching alphabetic characters.

Пример 1. eregi() example

<?php

$string = 'XYZ';

if (eregi('z', $string)){

echo "'$string' contains a 'z' or 'Z'!";

}

?>

See also ereg(), ereg_replace(), eregi_replace(), stripos(), and stristr().

Пред.

Начало

След.

eregi_replace

Уровень выше

split

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting