A

Admin • 832.27K Points
Coach

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

  • (A) implode()
  • (B) split()
  • (C) explode()
  • (D) string_to_array()
  • Correct Answer - Option(C)
  • Views: 14
  • 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.