A

Admin • 833K Points
Coach

Q. Which function is used to break a string into an array?

  • (A) explode()
  • (B) split()
  • (C) str_split()
  • (D) array_split()
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

explode() splits a string by a given delimiter into an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.