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 composer phar?
Which programming language does php resemble to?
What is string function sql?
What is strlen php?
How can you increase the maximum execution time of a script in php?
What is php date function?
Why use static methods php?
Why does php start with variables?
Tell me how can we change the maximum size of the files to be uploaded?
What is the difference between file_get_contents() and file_put_contents() in php?
for image work which library?
Which functions are used to count the total number of array elements in php?
How to create reusable code in php?
Tell me is it possible to submit a form with a dedicated button?
Which is better session or cookie?