Q. Which PHP function extracts variables from an array?
β
Correct Answer: (B)
extract()
Explanation: extract() imports array keys as variable names.