Sr. PHP Programmer Question:
How eregi() function works?
Answer:
eregi() − The eregi() function searches throughout a string specified by pattern for a string specified by string. The search is not case sensitive.
Previous Question | Next Question |
What is x+ mode in fopen() used for? | Explain how a PHP session works? |