Login   Register  
PHP Classes
elePHPant
Icontem

File: example1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Daniel Kushner  >  ScaleJPG  >  example1.php  >  Download  
File: example1.php
Role: ???
Content type: text/plain
Description: Example 1
Class: ScaleJPG
Author: By
Last change:
Date: 2001-11-18 15:31
Size: 102 bytes
 

Contents

Class file image Download
<?php
include('class.ScaleJPG.inc');

// EXAMPLE 1
$s = new ScaleJPG(2.8);
$s->showImage();

?>