Programming Languages PHP Objective
Mar 15, 2013

Given a comma-separated list of values in a string, which function from the given list can create an array of each individual value with a single call?

Choose the correct answer:
A) strstr()
B) Cannot be done with a single function
C) extract()
D) explode()
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback