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

