Basic PHP Programming Question:

What is the difference between ereg_replace() and eregi_replace()?

Tweet Share WhatsApp

Answer:

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

Read All 139 PHP Questions
Previous QuestionNext Question
What is the functionality of the function strstr and stristr?How do I find out the number of parameters passed into function9. ?