芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/vendor/predis/predis/src/Command/Storedist.php
= $argumentsLength || false === $arguments[static::$storeDistArgumentPositionOffset] ) { parent::setArguments($arguments); return; } $argument = $arguments[static::$storeDistArgumentPositionOffset]; if (true === $argument) { $argument = 'STOREDIST'; } else { throw new UnexpectedValueException('Wrong STOREDIST argument type'); } $argumentsBefore = array_slice($arguments, 0, static::$storeDistArgumentPositionOffset); $argumentsAfter = array_slice($arguments, static::$storeDistArgumentPositionOffset + 1); parent::setArguments(array_merge($argumentsBefore, [$argument], $argumentsAfter)); } }