public static function error_report_array($arr) { $fp = fopen('./' . errorHandler::uuid() . '.log', 'wb'); $res = ""; util::printArray($res, $arr); fwrite($fp, $res); fclose($fp); }