摘要: /** * @param $arr //提交的数据 * @param $url //请求地址 * @param $type //当type == 1时为表单提交 * @return mixed */ public function postCurl($arr,$url,$type){ $ch = c 阅读全文
posted @ 2020-06-24 10:09 小ྀ青ྀ年້ 阅读(187) 评论(0) 推荐(0)
摘要: $time=date('YmdHis', time()).$this->get_millisecond(); function get_millisecond(){ list($usec, $sec) = explode(" ", microtime()); $msec=round($usec*10 阅读全文
posted @ 2020-06-24 10:08 小ྀ青ྀ年້ 阅读(859) 评论(0) 推荐(0)