★ wanayoo — archive 1999 http://www.php.net/manual/function.get-declared-classes.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Classes/Objects
Quick Reference
German version of this pageJapanese version of this pageHungarian version of this page
Classes/Objects
* get_class
* get_parent_class
* get_class_methods
* get_class_vars
* get_object_vars
* is_subclass_of
* class_exists
* method_exists
* get_declared_classes
* call_user_method
Manual: get_declared_classes
View the source code for this pageSearch the site



Previous page
 method_exists
 Updated
Sat, 12 Aug 2000
call_user_method 
Next page


get_declared_classes

(PHP4 >= 4.0RC2)

get_declared_classes -- Returns an array with the name of the defined classes

Description

array get_declared_classes (void)

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

Note: In PHP 4.0.1pl2, three extra classes are returned at the beginning of the array: stdClass (defined in Zend/zend.c), OverloadedTestClass (defined in ext/standard/basic_functions.c) and Directory (defined in ext/standard/dir.c).


 About Notes


Previous page
 method_exists
 Updated
Sat, 12 Aug 2000
call_user_method 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.