Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-03-06 14:24
Size: 90 bytes
 

Contents

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

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

$img->iout();