Sr. PHP Programmer Question:

How split() function works?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

The split() function will divide a string into various elements, the boundaries of each element based on the occurrence of pattern in string.


Previous QuestionNext Question
How to delete a file from the system?What is x+ mode in fopen() used for?