<?php
$saat=date("Hi");
switch ($saat){
	case ($saat>=0000 and $saat<=0101): $enaz=1;$enfazla=10;break;	// saat gece yarısı ile :01:01 arası ise
}
echo $online=rand($enaz, $enfazla);
?>