Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Tell me what is the difference between ereg_replace() and eregi_replace()?

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

 196 views

More Questions for you: