Zaxnyd Posted January 25, 2007 Share Posted January 25, 2007 Is it possible to gather/output all of the method names within a class (particularly in php4)?seudocode:[code]class foo ( function1 {} function2 {} //soforth)//desired result:// array("function1", "function2", soforth...);[/code] Link to comment https://forums.phpfreaks.com/topic/35716-getting-method-names/ Share on other sites More sharing options...
Zaxnyd Posted January 25, 2007 Author Share Posted January 25, 2007 The answer was given in this thread: [url=http://www.phpfreaks.com/forums/index.php/topic,124051.0.html]http://www.phpfreaks.com/forums/index.php/topic,124051.0.html[/url] Link to comment https://forums.phpfreaks.com/topic/35716-getting-method-names/#findComment-169331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.