Published On: 2011-09-17
Category: Jargon Jabberwocky
<?php $starttime = microtime(1); ?>
<?php $endtime = microtime(1); $totaltime = $endtime - $starttime; ?>