get_declared_interfaces
get_declared_interfaces
(PHP 5, PHP 7)
get_declared_interfaces — Returns an array of all declared interfaces
Description
array get_declared_interfaces ( void )
Gets the declared interfaces.
Return Values
Returns an array of the names of the declared interfaces in the current script.
Examples
Exa