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()

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Mar 19, 2020 in PHP by DavidAnderson
...