PDA

نسخه کامل مشاهده نسخه کامل : با اين كد ميتونيد تاريخ صفحه ارسال را اضافه كنييد



shahnameh
28-03-2006, 23:09
<?php
// Insert at the start of your document
$time = round(microtime(), 3);

// Insert at the end of your document
$time2 = round(microtime(), 3);

$generation = $time2 - $time;

echo "This page took $generation seconds to render";
?>