芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/storage/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php
result[$offset]); } public function offsetGet($offset) { return $this->result[$offset]; } public function offsetSet($offset, $value) { $this->result[$offset] = $value; } public function offsetUnset($offset) { unset($this->result[$offset]); } public function count() { return count($this->result); } public function getIterator() { return new \ArrayIterator($this->result); } }