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);
    }