PHP Classes

File: example3.php

Recommend this page to a friend!
  Classes of Daniel Kushner   ScaleJPG   example3.php   Download  
File: example3.php
Role: ???
Content type: text/plain
Description: Example 3
Class: ScaleJPG
Author: By
Last change:
Date: 23 years ago
Size: 204 bytes
 

Contents

Class file image Download
<?php include('class.ScaleJPG.inc'); // EXAMPLE 2 $s = new ScaleJPG(); $s->bar = 'yellow_neon.jpg'; $s->max = 6; $s->value = 3.4; header ("Content-type: image/jpeg"); echo $s->getImage(); ?>