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 Nachhatar Singh  >  Unique  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example
Class: Unique
Create random text strings from sets of characters
Author: By
Last change:
Date: 2013-12-05 23:47
Size: 130 bytes
 

Contents

Class file image Download
<?php

require('./libraries/class.Unique.php');

$unique = new Unique();

$unique_id $unique->get();

echo 
$unique_id;