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 arcangelo  >  Permutation Lower Upper  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example of use of PermutationLowerUpper - Version 0.1
Class: Permutation Lower Upper
Generate permutations of chars (capital and not)
Author: By
Last change:
Date: 2005-12-17 11:46
Size: 191 bytes
 

Contents

Class file image Download
<?
//example of use of PermutationLowerUpper - Version 0.1

$t=microtime();

$a = new perm_uplow("asd");
$a->get_perm_uplow();
print_r($a->get_out_str());

echo 
$t-microtime();

?>