Predis\Command\StringGetMultiple::filterArguments PHP 메소드

filterArguments() 보호된 메소드

protected filterArguments ( array $arguments )
$arguments array
    protected function filterArguments(array $arguments)
    {
        return self::normalizeArguments($arguments);
    }
StringGetMultiple