Answer & Solution
Answer: Option A
Solution:
Nested functions in PHP allow defining functions within other functions, enabling encapsulation and modularization of code by restricting the scope of inner functions to their parent functions.