Login   Register  
PHP Classes
elePHPant
Icontem

File: example2.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  >  example2.php  >  Download  
File: example2.php
Role: ???
Content type: text/plain
Description: Example 2
Class: ScaleJPG
Author: By
Last change:
Date: 2001-11-18 18:14
Size: 154 bytes
 

Contents

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

// EXAMPLE 2
$s = new ScaleJPG();
$s->bar = 'autumn.jpg';
$s->max = 8;
$s->value = 3.4;
$s->showImage();
?>