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
Require_once(), require(), include(). What is difference between them?
Which php framework is best for web development?
What is $this in php?
Can age be a variable?
Is php used for frontend or backend?
Explain what is the difference between for and foreach?
When use javascript vs php?
What is constructors and destructors?
Is it possible to protect special characters in a query string?
Is php 5 still supported?
The left association operator % is used in PHP for?
What is trim codeigniter?
What are the differences between GET and POST methods?
What is namespace in php?
What is a collection in php?