芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/pay/vendor/hoa/iterator/Multiple.php
_infos[] = $default; } else { $this->_infos[$infos] = $default; } return $out; } /** * Get the registered iterator instances. * * @return array */ public function current() { $out = parent::current(); foreach ($out as $key => &$value) { if (null === $value) { $value = $this->_infos[$key]; } } return $out; } }