What is the difference between explode() and split() functions?

Submitted by: Muhammad
Split function splits string into array by regular expression. Explode splits a string into array by string.
Submitted by: Muhammad

Read Online Sr. PHP Programmer Job Interview Questions And Answers