Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

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

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

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

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is the use of header() function in php?Explain what is the difference between $var and $$var?