PHP » GoLang |
login |
register |
about
|
eregi(PHP 4, PHP 5) eregi — Case insensitive regular expression match Warning
This function was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
int eregi
( string
$pattern
, string $string
[, array &$regs
] )This function is identical to ereg() except that it ignores case distinction when matching alphabetic characters. Parameters
Return Values
Returns the length of the matched string if a match for
If the optional parameter Examples
Example #1 eregi() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|