02 2023 档案

摘要:<?phpdeclare (strict_types=1);namespace app\command;use think\console\Command;use think\console\Input;use think\console\input\Argument;use think\conso 阅读全文
posted @ 2023-02-22 15:36 zlf2000 阅读(48) 评论(0) 推荐(0)
摘要:获取php下个月当前时间public static function fq_time($time = ""){ if (!$time) $time = time(); $arr = getdate($time); //判断月份 $year = $arr['year']; $month = $arr[ 阅读全文
posted @ 2023-02-17 17:30 zlf2000 阅读(627) 评论(0) 推荐(0)