bandwidthThrottle\tokenBucket\storage\FileStorage::isBootstrapped PHP Метод

isBootstrapped() публичный Метод

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