PHP Developer Question:

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

PHP Developer Interview Question
PHP Developer Interview Question

Answer:

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


Previous QuestionNext Question
Described the functionality of the function strstr and stristr?How to find out the number of parameters passed into function9.?