Sr. PHP Programmer Question:

How preg_match() function works?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

preg_match() - The preg_match() function searches string for pattern, returning true if pattern exists, and false otherwise.


Previous QuestionNext Question
How will you send an email using PHP?How to delete a file from the system?