A

Admin • 828.03K Points
Coach

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

  • (A) Splits a string into an array
  • (B) Joins array elements into a string
  • (C) Searches for a substring
  • (D) Replaces text in a string
  • Correct Answer - Option(A)
  • Views: 15
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
explode() splits a string by a specified delimiter into an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.