1
This commit is contained in:
@@ -550,14 +550,15 @@ if (!function_exists('exit_data')) {
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!function_exists('dump')) {
|
||||||
/**
|
/**
|
||||||
* 调试打印变量但不终止程序
|
* 调试打印变量但不终止程序
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function dump()
|
function dump()
|
||||||
{
|
{
|
||||||
call_user_func_array(['app\\common\\helper\\Debug', 'dump'], func_get_args());
|
call_user_func_array(['app\\common\\helper\\Debug', 'dump'], func_get_args());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!function_exists('artificialAllotWechatFriend')) {
|
if (!function_exists('artificialAllotWechatFriend')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user