コード
コードをコピーします コードは次のとおりです:
$url = 'www.baidu.com' //Catch Baidu
echo snapshot($url);結果は画像です Address
echo snapshot($url, './baidu.png'); //画像をローカルのbaidu.pngに保存、出力コンテンツ画像サイズ
/**
* Web ページのスナップショットを生成します
*
* @param string $site target address
* @param string $path アドレスを保存します。空の場合は保存されません
* @param integer $dealy Delay
* @returnmixedパラメータに従って返す
*/
function snapshot($サイト、$path = ''、$dealy = 0)
{
$url = 'http://ppt.cc/yo2/catch.php';
$query = 'url=' 。 ' . $dealy . '&rnd='
$ch =curl_setopt($ch, CURLOPT_POSTFIELDS, $query);
curl_setopt($ ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
$data =curl_exec($ch);
if ( $data) = 32) {
exit('無効な URL');
$file = $data{1} . /';
$file = 'http://cache.ppt.cc/' . '.png';
if (!empty($path)) file_get_contents($file );
return file_put_contents($path, $data);
$file を返す
;
http://www.bkjia.com/PHPjc/321316.html
www.bkjia.com
本当
http://www.bkjia.com/PHPjc/321316.html
技術記事コードのコピーコードは次のとおりです: ?php $url = 'www.baidu.com' //Baidu echo snapshot($url) をキャッチします //出力結果は画像アドレスです echo snapshot($url, './baidu) .png '); //画像を...に保存します