|
aggregate_info(PHP 4 >= 4.3.0) aggregate_info — Gets aggregation information for a given object Описание
array aggregate_info
( object $object
)
Gets the aggregation information for the given object. Список параметров
Возвращаемые значенияReturns the aggregation information as an associative array of arrays of methods and properties. The key for the main array is the name of the aggregated class. Примеры
Пример #1 Using aggregate_info()
<?php Результат выполнения данного примера: Array ( [dicer] => Array ( [methods] => Array ( [0] => dice_it [1] => rotate ) [properties] => Array ( [0] => rotation_angle ) ) ) Смотрите также
|
|