A

Admin • 828.03K Points
Coach

Q. What does the explode() function do in PHP?

  • (A) Splits a string into an array
  • (B) Joins array elements into a string
  • (C) Deletes a string
  • (D) Replaces a string
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
explode() splits 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.