php man page for get_declared_interfaces

Query: get_declared_interfaces

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GET_DECLARED_INTERFACES(3)						 1						GET_DECLARED_INTERFACES(3)

get_declared_interfaces - Returns an array of all declared interfaces

SYNOPSIS
array get_declared_interfaces (void )
DESCRIPTION
Gets the declared interfaces.
RETURN VALUES
Returns an array of the names of the declared interfaces in the current script.
EXAMPLES
Example #1 get_declared_interfaces(3) example <?php print_r(get_declared_interfaces()); ?> The above example will output something similar to: Array ( [0] => Traversable [1] => IteratorAggregate [2] => Iterator [3] => ArrayAccess [4] => reflector [5] => RecursiveIterator [6] => SeekableIterator )
SEE ALSO
interface_exists(3), get_declared_classes(3), class_implements(3). PHP Documentation Group GET_DECLARED_INTERFACES(3)
Related Man Pages
array_chunk(3) - php
array_count_values(3) - php
datetime.getlasterrors(3) - php
iteratoraggregate(3) - php
seekableiterator(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch