Sr. PHP Programmer Question:

How preg_split() function works?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

The preg_split() function operates exactly like split(), except that regular expressions are accepted as input parameters for pattern.


Previous QuestionNext Question
What are the different errors in PHP?What is Object-Oriented Methodology?