get_declared_interfaces

PHP 5, PHP 7, PHP 8
get_declared_interfaces - Returns an array of all declared interfaces
Manual
Code Examples

Example #1 get_declared_interfaces example

Result: Array ( [0] => Traversable [1] => IteratorAggregate [2] => Iterator [3] => ArrayAccess [4] => reflector [5] => RecursiveIterator [6] => SeekableIterator )
PHP Version:


Function get_declared_interfaces:

Class/Object Information Functions

Most used PHP functions