What is the difference between ereg_replace() and
eregi_replace()?
Answer Posted / gunjan
ereg_replace() is case sensitive like "test" cannot be
treated as "TeSt" and eregi_replace() is not case sensitive
that means insensitive where "test" could be treated as "TeSt".
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
What is the use of array_count_values() in php?
Explain how we can retrieve the data in the result set of mysql using php?
What are the different types of statements that are present in php?
What is difference between mysql_connect and mysqli_connect?
Are parent constructors called implicitly inside a class constructor?
How to turn on the session support?
How do I make a reset button in html?
How can we automatically escape incoming data?
How can we upload a file in php?
What are psrs? Choose 1 and briefly describe it?
How variables are passed through arguments?
Explain the purpose of output buffering in php.
What exactly is PHP?
What advance thing in php7?
Explain me difference between mysql_connect and mysql_pconnect?