bandwidthThrottle\tokenBucket\storage\SessionStorage::setMicrotime PHP 메소드

setMicrotime() 공개 메소드

public setMicrotime ( $microtime )
    public function setMicrotime($microtime)
    {
        $_SESSION[$this->key] = $microtime;
    }