0 votes
in PHP by

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?

A) strstr()
B) Cannot be done with a single function
C) extract()
D) explode()
E) strtok()

1 Answer

0 votes
by

explode()

...