Exemple #1
0
 protected function getCurrentTimestamp()
 {
     self::$timestampToUse = max(@$this->visitorInfo['visit_last_action_time'], self::$timestampToUse);
     self::$timestampToUse += mt_rand(4, 1840);
     return self::$timestampToUse;
 }
Exemple #2
0
	public function generateTimestamp()
	{
		self::$timestampToUse = max(@$this->visitorInfo['visit_last_action_time'],self::$timestampToUse);
		self::$timestampToUse += mt_rand(4,1840);
	}