PHP Classes

File: example1.php

Recommend this page to a friend!
  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: 22 years ago
Size: 102 bytes
 

Contents

Class file image Download
<?php include('class.ScaleJPG.inc'); // EXAMPLE 1 $s = new ScaleJPG(2.8); $s->showImage(); ?>