get_declared_classes,返回由已定義類的名字所組成數組。
基本介紹
- 外文名:get_declared_classes
- 功能:返回由已定義類的名字所組成數組
- 套用: PHP 4.0.1pl2
- 使用方式:get_declared_classes ( void )
簡介
說明
例子
Array( [0] => stdClass [1] => __PHP_Incomplete_Class [2] => Directory) |
get_declared_classes,返回由已定義類的名字所組成數組。
Array( [0] => stdClass [1] => __PHP_Incomplete_Class [2] => Directory) |
get_declared_classes,返回由已定義類的名字所組成數組。...... get_declared_classes,返回由已定義類的名字所組成數組。外文名 get_declared_classes 功能 返回由...
Method getMethod(String name, Class[] params) -- 使用特定的參數類型,獲得命名的公共方法Method[] getMethods() -- 獲得類的所有公共方法Method getDeclared...
get_class函式——返回對象所屬的類名 112 4.5 get_declared_classes函式——返回由類名組成的數組 113 4.6 get_object_vars函式——返回屬性組成的關聯數組 113...
3.5.4 get.class.vars0函式3.5.5 get.declared.classes0函式3.5.6 get.object.vars0函式3.5.7 method.exists()函式3.5.8 interface.exists0函式...
類中被改寫的方法:hashCode()、equals()、clone()、toString()、getClass()...構造函式getDeclaredConstructors()不論 public 或private 或其它access level,皆...
getAnnotation(Class<T> annotationClass)Annotation[] getAnnotations()返回此元素上存在的所有注釋。Annotation[] getDeclaredAnnotations()...
17.5.3 函式get_class_vars ( ):獲取類的屬性 17.5.4 函式get_class_methods( ):獲取類的方法 17.5.5 函式get_declared_classes( ):獲取所有可用類的...
Method getMethod(String name, Class[] params) -- 使用特定的參數類型,獲得命名的公共方法Method[] getMethods() -- 獲得類的所有公共方法Method getDeclared...