bandwidthThrottle\tokenBucket\storage\SessionStorage::setMicrotime PHP Method

setMicrotime() public method

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