Login   Register  
PHP Classes
elePHPant
Icontem

File: examples_url_snapshot.class.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sven Wagener  >  Page Snapshot  >  examples_url_snapshot.class.php  >  Download  
File: examples_url_snapshot.class.php
Role: Example script
Content type: text/plain
Description: Example file for url snapshots
Class: Page Snapshot
Making snapshots of URL's
Author: By
Last change:
Date: 2002-12-21 19:15
Size: 197 bytes
 

Contents

Class file image Download
<?

$snap_url
=new url_snapshot($data['url']);
$snap_url->set_file_name($data['id']);
$snap_url->set_screen_resolution(1280,1024);
$snap_url->set_pic_width("200");
$snap_url->shot_url();

?>