Predis\Command\ServerEvalSHA::getScriptHash PHP Метод

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

Returns the SHA1 hash of the body of the script.
public getScriptHash ( ) : string
Результат string SHA1 hash.
    public function getScriptHash()
    {
        return $this->getArgument(0);
    }