<?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";
?>
<?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";
?>
هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)