Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml From: Daniel Beckham (danbeck <email protected>)
Date: 03/27/01

Cool, can this be used with get_class_vars() also? If not, it would be a
logical change to go along with get_class_methods().

Thanks,
Daniel

----- Original Message -----
From: "Andrei Zmievski" <andrei <email protected>>
To: "Daniel Beckham" <danbeck <email protected>>
Cc: <phpdoc <email protected>>
Sent: Tuesday, March 27, 2001 11:42 AM
Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml

> On Tue, 27 Mar 2001, Daniel Beckham wrote:
> > +$my_class = new myclass();
> > +
> > +$class_methods = get_class_methods(get_class($my_class));
>
> Since yesterday, you can also do get_class_methods($my_class) directly.
>
> -Andrei
>
> "The human brain is a wonderful thing. It starts working the moment you
> are born, and never stops until you stand up to speak in public. " -- Sir
> George Jessel
>
>