Sr. PHP Programmer Question:
How split() function works?

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 Question | Next Question |
How to delete a file from the system? | What is x+ mode in fopen() used for? |