Date: 03/27/01
- Next message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Previous message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- In reply to: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Next in thread: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Reply: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
>
>
- Next message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Previous message: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- In reply to: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Next in thread: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Reply: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions classobj.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

