tivrfoa Posted November 27, 2008 Share Posted November 27, 2008 hello folks var_dump list the object's arguments. Is there a way to list the object's functions? thks in advance!! Link to comment https://forums.phpfreaks.com/topic/134534-solved-list-objects-functions/ Share on other sites More sharing options...
PFMaBiSmAd Posted November 27, 2008 Share Posted November 27, 2008 get_class_methods() - http://us.php.net/manual/en/book.classobj.php Link to comment https://forums.phpfreaks.com/topic/134534-solved-list-objects-functions/#findComment-700482 Share on other sites More sharing options...
tivrfoa Posted November 27, 2008 Author Share Posted November 27, 2008 get_class_methods() - http://us.php.net/manual/en/book.classobj.php thanks PFMaBiSmAd Link to comment https://forums.phpfreaks.com/topic/134534-solved-list-objects-functions/#findComment-700485 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.