What is the difference between ereg_replace() and
eregi_replace()?
Answer Posted / 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 |
Post New Answer View All Answers
What are the characteristics of php variables?
What is a comment in php?
What is the method to register a variable into a session?
How many different types of messages available in php?
How is csrf token generated?
Is empty array php?
Is a number php?
What is $_ get in php?
What kind of things have you done on the social side?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
How can we automatically escape incoming data?
Tell me how can we define a variable accessible in functions of a php script?
What does == mean in php?
How is it possible to know the number of rows returned in result set?
What are the uses of php language?