A

Admin • 833K Points
Coach

Q. What does the explode() function do?

  • (A) Splits a string into an array
  • (B) Merges two arrays
  • (C) Deletes an array
  • (D) Reverses a string
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

explode() breaks a string into an array using a delimiter.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.