InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Ereg_replace() And Eregi_replace()? |
|
Answer» eregi_replace() FUNCTION is identical to ereg_replace() except that it ignores CASE distinction when MATCHING alphabetic characters. eregi_replace() function is identical to ereg_replace() except that it ignores case distinction when matching alphabetic characters. |
|