在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
<?php //获取空间头像图片 $url = "http://qlogo2.store.qq.com/qzone/393183837/393183837/50"; $curl = curl_init($url); $filename = date("Ymdhis").".jpg"; curl_setopt($curl,CURLOPT_RETURNTRANSFER,1); $imageData = curl_exec($curl); curl_close($curl); $tp = @fopen($filename, ‘a’); fwrite($tp, $imageData); fclose($tp); //phper地带 http://www.phperzone.cn ?>
|
2022-08-17
2022-09-18
2022-08-17
2022-07-29
2022-08-15
请发表评论