<?php $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, "http://www.linuxeye.com/"); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); ?>
Please login or Register to submit your answer
用户名或邮箱地址
密码
记住我