<?php
$end_time = microtime();
$end_array = explode(" ",$end_time);
$end_time = $end_array[1] + $end_array[0];
// вÑÑиÑаем из конеÑного вÑемени наÑалÑное
$time = $end_time - $start_time;
// вÑводим в вÑÑ
одной поÑок (бÑоÑзеÑ) вÑÐµÐ¼Ñ Ð³ÐµÐ½ÐµÑаÑии ÑÑÑаниÑÑ
echo "<br><center>";
printf(gettext('Generated in %f seconds:'),$time);
echo "</br></center>";
?>