What is the difference between ereg_replace() and
eregi_replace()?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How can I rotate an image?
1 Answers Rushmore Consultancy,
What is difference between echo and print_r in php?
List types of array are available in php?
What is a null coalescing operator in php7?
How can image properties be retrieved in php?
What is use of htmlspecialchars php?
In How many ways can u represent Not equal?Give Syntax of all ways..
What good is polymorphism?
Is there any function to find repeated value in an array? What is w2 standard
What are new features in php 7?
How to store the uploaded file to the final location?
What is the difference between require_once and require in php?