Q. Which of the following is used to define an interface in PHP?
β
Correct Answer: (A)
interface
Explanation: The 'interface' keyword is used to define an interface.