A

Admin • 828.03K Points
Coach

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

  • (A) explode()
  • (B) split()
  • (C) str_to_array()
  • (D) convert()
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category PHP
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.