zl程序教程

您现在的位置是:首页 >  后端

当前栏目

PHP 调试用函数

PHP调试 函数
2023-09-27 14:21:17 时间

2014年7月4日 10:27:59

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

get_class_methods();

get_class_vars();

get_object_vars();

get_included_files();