Predis\Command\ServerEvalSHA::getScriptHash PHP Méthode

getScriptHash() public méthode

Returns the SHA1 hash of the body of the script.
public getScriptHash ( ) : string
Résultat string SHA1 hash.
    public function getScriptHash()
    {
        return $this->getArgument(0);
    }