Sr. PHP Programmer Question:

How ereg() function works?

Tweet Share WhatsApp

Answer:

ereg() − The ereg() function searches a string specified by string for a string specified by pattern, returning true if the pattern is found, and false otherwise.

Download Senior PHP Programmer PDF Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
What is the Scope Resolution Operator?What's the difference between the include() and require() functions?