|
PHP5中文手册
class_parents(PHP 5) class_parents — Return the parent classes of the given class 说明
array class_parents
( mixed $class
[, bool $autoload
] )
This function returns an array with the name of the parent classes of the given class . 参数
返回值Returns an array or FALSE on error. 更新日志
范例
Example#1 class_parents() example
<?php 上例的输出类似于:
|