bandwidthThrottle\tokenBucket\storage\SessionStorage::setMicrotime PHP Méthode

setMicrotime() public méthode

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