PHP Classes

File: examples_url_snapshot.class.php

Recommend this page to a friend!
  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: 21 years ago
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();

?>