list-256-functions.php

<?
#
# Type: Function
# Author: MadLogic
# Email: MadLogic@Paradise.net.nz
# Usage:
#   _listChrs();
#

function _listChrs(){
  for ($i = 0; $i < 256; ++$i) {
    static $genTmp;
    $genTmp++;
    print "chr($genTmp) will output '".(chr($genTmp))."'<br>\n";
  }
}
_listChrs();
?> 
 
info/list-256-functions.txt · Dernière modification: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki