Update helper.class.php

This commit is contained in:
lvtao320
2017-10-20 14:26:43 +08:00
committed by GitHub
parent 2cf44d57e6
commit 303ad1cb7d
-8
View File
@@ -141,11 +141,3 @@ function formatTime($time, $format = '')
if($format) return date($format, strtotime($time));
return trim($time);
}
function b($val)
{
echo '<pre>';
print_r($val);
echo '</pre>';
exit;
}