Source for file Performance.php

Documentation is available at Performance.php

  1. <?php
  2.  
  3.     class Performance
  4.     {
  5.         function mikePotter()
  6.         {
  7.             for$i = 0$i < 1000$i++ )
  8.             {
  9.                 $Col1 "This is row ".$i;
  10.                 $Col2 "10000000";
  11.                 $Col3 "More text to add to this row.";
  12.                 $ThisRow = array("col1"=>$Col1"col2"=>$Col2"col3"=>$Col3 );
  13.                 $TotalArray[$ThisRow;
  14.             }
  15.             return$TotalArray );
  16.         }
  17.     }
  18.  
  19. ?>

Documentation generated on Fri, 06 Jul 2007 19:54:51 +0100 by phpDocumentor 1.3.1