08 2021 档案

摘要:POST function curl_post($url, $header, $content) { $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_URL, $u 阅读全文
posted @ 2021-08-24 10:30 一颗糊涂淡 阅读(406) 评论(0) 推荐(0)
摘要:function getDateSeven($time = '', $format = 'Y-m-d') { $time = $time != '' ? $time : time(); //获取当前周几 // $week = date('w', $time); $date = []; for ($i 阅读全文
posted @ 2021-08-20 11:11 一颗糊涂淡 阅读(556) 评论(0) 推荐(0)