Listing of Functions in a Class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fxfitz
Forum Newbie
Posts: 1
Joined: Sun Jun 22, 2008 7:37 pm

Listing of Functions in a Class

Post by fxfitz »

Is it possible to generate a list of all the functions of a class?

Thanks!
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Listing of Functions in a Class

Post by Kieran Huggins »

Maybe what you're looking for is "reflection"
http://www.php.net/oop5.reflection
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Listing of Functions in a Class

Post by Christopher »

These will probably be easier:

http://us.php.net/manual/en/ref.classobj.php
(#10850)
Post Reply