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 |
What is composer install?
How will you create a mysql database using php ?
How does php work with apache?
What is active record in php?
How does csrf token work?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Is php used in 2019?
how many type of url?
How we can get the number of elements in an array?
What is whitespace in php?
What is php and sql?
What is null value in php?