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 a stored procedure in mysql?
Will a comparison of an integer 12 and a string "13" work in php?
Explain what is the main difference between require() and require_once()?
Write a program to display table of a number using php?
Explain how can we execute a php script using command line?
What does the unset() function means?
How does php isset work?
What is cookie and session in php?
Does php 7 support mysql?
what is the scope of php in the future if any other language is developed then may be php is loss ???
Does php have block scope?
Do I need apache for php?
Does php need html?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Does php have future?