Question: Which function divides the string str into an array of substrings ?
A
B
C
D
explode()
B
strtok()
C
str()
D
exploded()
Note: Not available
$population=array("Ohio"=>"11,421,267","Iowa"=>"2,936,760"); print_r(array_values($population));Which of the following is/are correct output for above Statement ?