alexco 當(dāng)前離線
新手上路
<?php $url = 'https://www.google.com.hk'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $res = curl_exec($ch); $rescode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch) ; echo $res; ?>
TOP
[我的Linux,讓Linux更易用] ( 粵ICP備12090362號-1)|聯(lián)系我們 |Archiver|WAP
GMT+8, 2025-4-21 01:23, Processed in 0.013286 second(s), 5 queries.
Powered by Discuz! 7.2
© 2001-2009 Comsenz Inc.