PHP Classes

File: Example

Recommend this page to a friend!
  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: 20 years ago
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();
?>