bandwidthThrottle\tokenBucket\storage\IPCStorage::isBootstrapped PHP 메소드

isBootstrapped() 공개 메소드

public isBootstrapped ( )
    public function isBootstrapped()
    {
        return !is_null($this->memory) && shm_has_var($this->memory, 0);
    }