Q. Which PHP feature allows accessing external variables inside anonymous functions?
β
Correct Answer: (B)
use
Explanation: The use keyword imports external variables into closures.