0 votes
in PHP by
What is the difference between ereg_replace() and eregi_replace()?

1 Answer

0 votes
by
The function eregi_replace() is identical to the function ereg_replace() except that it ignores case distinction when matching alphabetic characters.
...