PHP Classes

File: test2.php

Recommend this page to a friend!
  Classes of Huda M Elmatsani   DigiDisplayer   test2.php   Download  
File: test2.php
Role: Example script
Content type: text/plain
Description: sample 2
Class: DigiDisplayer
Generate graphic images representing number digits
Author: By
Last change: just little change
Date: 19 years ago
Size: 170 bytes
 

Contents

Class file image Download
<?
include("digidisplayer.php");

$rand_number = rand(32441234,99875432);
$counter = new DigiDisplayer($rand_number,'strip02.gif',10);
$counter->display_digit();
?>