Can you please explain the difference between ereg_replace() and eregi_replace()?

Submitted by: Administrator
eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching alphabetic characters.
Submitted by:

Read Online PHP Developer Job Interview Questions And Answers