Toms Homepage
  Home    Downloads    Your Account    Forums  
  Create an account
Modules
· Home
· Games
· My Gallery
· PHP Manual
· PHP-Nuke HOWTO
· Web Links
· Your Account
 
Who's Online
Welcome, Anonymous
Nickname

Password

Security Code
Security Code
Type Security Code


(Register)

Membership:
Latest: ChadMacph
New Today: 41
New Yesterday: 471
Overall: 44722

People Online:
Visitors: 114
Members: 17
Total: 131

Online Now:
Poland RethaMint
 AracelyHo
COM JoeKellum
 Felicia68
COM NickolasK
COM ValenciaB
COM NickGomes
 Robbin07U
COM HarrisonS
COM JoannaBur
COM ShellaKir
COM SangOmd
Turkey ShantellP
 GenaAhmad
COM NellyAZXU
COM Jesse1821
 JuliettaWillis84
 
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.

Example 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().

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004 by Tom Nitzschner.
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.086 Seconds

:: VereorLCARS phpbb2 style by Vereor :: PHP-Nuke theme by www.nukemods.com ::