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) Removes elements from array
  • (D) Adds elements to array
  • Correct Answer - Option(A)
  • Views: 8
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
explode splits a string by a delimiter and returns an array

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.