Метод | Описание | |
---|---|---|
getEvalArguments ( ) : array | Returns arguments for EVAL command. | |
getEvalCommand ( ) : |
Returns the equivalent EVAL command as a raw command instance. | |
getId ( ) | ||
getKeys ( ) : array | Returns the elements from the arguments that are identified as keys. | |
getScript ( ) : string | Gets the body of a Lua script. | |
getScriptHash ( ) : string | Calculates the SHA1 hash of the body of the script. | |
setArguments ( array $arguments ) |
Метод | Описание | |
---|---|---|
getKeysCount ( ) : integer | Specifies the number of arguments that should be considered as keys. |
public getEvalArguments ( ) : array | ||
Результат | array |
public getEvalCommand ( ) : |
||
Результат |
protected getKeysCount ( ) : integer | ||
Результат | integer |
public getScriptHash ( ) : string | ||
Результат | string | SHA1 hash. |