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 reverse sort an array keeping the correlation between the index and value?
2 Answers Rushmore Consultancy,
What is the definition of a session?
How to genrate report in wordpress cms
Whether One-line comment begin with pound sing(#) in php?
What is the use of anonymous function in php?
What is the functionality of the function html entities?
How to compare two strings with comparison operators in php?
What is the use of htmlspecialchars in php?
How to access standard error stream in PHP?
What is singleton class in php?
Is age interval or ordinal data?
Explain what is meant by pear in php?