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 are magic constants in php?
How do I clear my browser session?
What is difference between print_r and echo in php?
What function do we use to find length of string, and length of array?
How to get the position of the character in a string in php?
Tell me how do I escape data before storing it into the database?
Explain me the difference between include and require?
What is a stored procedure in mysql?
What is php session_start() and session_destroy() function?
What are examples of independent and dependent variables?
Explain what is the static variable in function useful for?
Does wordpress run on php 7?
What is the difference between array_pop() and array_push()?
What are the three classes of errors that can occur in php?
Why is facebook still using php?