Vidyalelo
PHP · Q56

HTML Forms Handling

Programming · PHP · question 56

Q56

To process the file, you need to break the array from _FILES into individual values. You can do this using the ________ function.

A.
divide()
B.
list()
Answer
C.
break()
D.
indi()

Answer: Option B

Solution

Answer: Option B
Solution:
The list() function allows you to create named variables for each array index as a comma-separated list.