PHP 调试用函数

2014年7月4日 10:27:59

有些系统函数可以在调试程序时救急用:

get_class_methods();

get_class_vars();

get_object_vars();

get_included_files();

 

posted @ 2014-07-04 10:32  myD  阅读(318)  评论(0编辑  收藏  举报