What is the difference between ereg_replace() and
eregi_replace()?
Answer Posted / khalid
eregi_replace() function is identical to ereg_replace()
except that it ignores case distinction when matching
alphabetic characters
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is prepared statement in php?
Explain the syntax for ‘foreach’ loop with example.
How to define a user function?
What is new keyword in php?
Is it possible to remove the html tags from data?
What is php explain how php works?
Where are cookies stored php?
What software is required for php?
Does php 7 support multiple inheritance?
How can we get the error when there is a problem to upload a file?
Tell me how to create a text file in php?
What are interfaces in php?
What does trim () do in javascript?
Can php variables have numbers?
Explain Type hinting in PHP?