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

isBootstrapped() 공개 메소드

public isBootstrapped ( )
    public function isBootstrapped()
    {
        $stats = fstat($this->fileHandle);
        return $stats["size"] > 0;
    }