|
WebPageGrabber
WebPageGrabber 網頁快照函式 說明頁
Introduction
DetailsRequirements 執行環境需求
Examples 程式範例<?php
include('WebPageGrabber.inc.php');
$url = 'http://www.php.net/downloads.php';
$filename = date('YmdHis') . '.jpg';
$im = web_page_grabber($url);
imagejpeg($im, $filename);
?>Notes 附註
See Also |
► Sign in to add a comment
hi, 不知道是否可以分享程式檔案?
感謝