Podręcznik PHP






get_declared_interfaces

(PHP 5)

get_declared_interfaces --  Returns an array of all declared interfaces

Description

array get_declared_interfaces ( void )

This function returns an array of the names of the declared interfaces in the current script.

Przykład 1. get_declared_interfaces() example

<?php
print_r
(get_declared_interfaces());
?>

Powyższy przykład wyświetli coś podobnego do:

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

See also get_declared_classes().



zamki polskie


print 'biżuteria złota 1171501740' . "\n"; print 'chirurg stomatolog Kraków 1171501592' . "\n"; print 'Ducati 1171501802' . "\n"; print 'ubezpieczenia samochodowe 1171501683' . "\n"; print 'szkolenie automotywacja 1171501634' . "\n";