(PHP 4 )
get_declared_classes -- Returns an array with the name of the defined classes
Description
array
get_declared_classes ( void)
정의된 클래스들의 이름을 배열로 반환합니다
참고:
PHP 4.0.1pl2에서는 배열의 첫부분에 세개의 클래스들이 들어가 있습니다. : stdClass ( Zend/zend.c에 정의 되어있는 클래스),
OverloadedTestClass ( ext/standard/basic_functions.c에 정의 되어있는 클래스), Directory (ext/standard/dir.c에 정의 되어있는 클래스)