|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.get-class-vars.html
Дата изменения: Sun Feb 3 22:35:20 2002 Дата индексирования: Tue Oct 2 09:07:21 2012 Кодировка: |
This function will return an associative array of default properties of the class. The resulting array elements are in the form of varname => value.
Note: Uninitialized class variables will not be reported by get_class_vars().
Will produce:
See also get_class_methods(), get_object_vars()