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


Please Help Members By Posting Answers For Below Questions

Do you know how to get the ip address of the client?

522


What is overriding in php?

613


What is orm in php framework?

502


What advance thing in php7?

523


Which is better php or wordpress?

524






What is sql injection in php?

538


How to get number of days between two given dates using PHP?

486


Can I write php code in html file?

541


Tell me what does pear stands for?

558


How to find datatype of variable in php?

539


What is isset in php form?

538


How to get length of an array in PHP?

572


which will print out the php call stack?

595


Explain how to submit form without a submit button.

545


What is split function in php?

516