phpカールをインストールします
sudo apt-get install php5-curl
ログイン後にコピー
Apache サーバーを再起動します
?
テストコード:
??? echo "Hello";
??? $ch =curl_init("http://www.google.com");
??? = 60;
???curl_setopt($ch, CURLOPT_URL, "http://www.google.com");
?curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
? ch, CURLOPT_USERAGENT, "Mozilla/4.0
(互換性; MSIE 6.0; Windows NT 5.1; SV1)");
?curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
? $ch);
???curl_close($ch);
???エコー "end";
??? >