PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Luis Henrique   UNLimg   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Exemplo de uso do script
Class: UNLimg
Generate an image based on the hash of string
Author: By
Last change: minor fixes
Date: 14 years ago
Size: 90 bytes
 

Contents

Class file image Download
<?php
require('unlimg.class.php');

$img = new UNLimg(mt_rand(0,100));

$img->iout();