Q. Which PHP feature allows type declarations in function parameters? (A) Strict typing (B) Type hinting (C) Casting (D) Overloading ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Type hinting Explanation: Type hinting enforces parameter data types.