Source for file Performance.php
Documentation is available at
Performance.php
<?php
class
Performance
{
function
mikePotter
(
)
{
for
(
$i
= 0
;
$i
< 1000
;
$i
++
)
{
$Col1
=
"This is row "
.
$i
;
$Col2
=
"10000000"
;
$Col3
=
"More text to add to this row."
;
$ThisRow
= array
(
"col1"
=>
$Col1
,
"col2"
=>
$Col2
,
"col3"
=>
$Col3
)
;
$TotalArray
[
]
=
$ThisRow
;
}
return
(
$TotalArray
)
;
}
}
?>
Documentation generated on Fri, 06 Jul 2007 19:54:51 +0100 by
phpDocumentor 1.3.1