Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain me what is the difference between explode() and split() functions?

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

 158 views

More Questions for you: