PHP Classes

File: downloadimagesExample

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   Download Images from Google   downloadimagesExample   Download  
File: downloadimagesExample
Role: Example script
Content type: text/plain
Description: How to use this class
Class: Download Images from Google
Search images on Google and download its files
Author: By
Last change: Version 2.0
Date: 16 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
set_time_limit
(0);
ini_set("allow_url_fopen",1);

require_once(
'DownloadImagesFromGoogle.inc.php');
$downloadImagesFromGoogle = new DownloadImagesFromGoogle("Britney", 40, 350);
$downloadImagesFromGoogle->downloadImages();
?>