摘要: private function formatISODate($dateTime) { $date = date("Y-m-d", strtotime($dateTime)); $time = date("H:i:s.000", strtotime($dateTime)); return $date 阅读全文
posted @ 2023-04-04 10:34 xingduo 阅读(384) 评论(0) 推荐(0)
摘要: /** * 读取文件 * @param $dirname * @param $ext * @return array */ public static function scan_dir($dirname, $ext = "json") { $result = array(); if (is_dir 阅读全文
posted @ 2023-04-04 10:27 xingduo 阅读(19) 评论(0) 推荐(0)