Login   Register  
PHP Classes
elePHPant
Icontem

File: Example

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of matteo bertamini  >  Resize Image Text  >  Example  >  Download  
File: Example
Role: Example script
Content type: text/plain
Description: very simply example file
Class: Resize Image Text
Rescale images and print description text labels
Author: By
Last change:
Date: 2005-01-14 08:44
Size: 206 bytes
 

Contents

Class file image Download
<?
include_once("immagine.php");

$object = new Immagine("glassfoot.png",null,null,null,null,null,null,null,null,null,"t.gdf","Hello world");
$object->getBig();
$object->getMedium();
$object->getSmall();
?>