芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/predis/predis/src/ZMPOP.php
setCount($arguments); $arguments = $this->getArguments(); $this->resolveModifier(static::$modifierArgumentPositionOffset, $arguments); $this->setKeys($arguments); $arguments = $this->getArguments(); parent::setArguments($arguments); } public function parseResponse($data) { $key = array_shift($data); if (null === $key) { return [$key]; } $data = $data[0]; $parsedData = []; for ($i = 0, $iMax = count($data); $i < $iMax; $i++) { for ($j = 0, $jMax = count($data[$i]); $j < $jMax; ++$j) { if ($data[$i][$j + 1] ?? false) { $parsedData[$data[$i][$j]] = $data[$i][++$j]; } } } return array_combine([$key], [$parsedData]); } }