valid()) { $this->end(); return; } $this->seek((int) $this->key() - 1); } /** * Set pointer to the end of the array. */ public function end(): void { $lastPos = $this->count() - 1; $this->seek($lastPos); } /** * Get all the remaining values of an iterator as an array. This will move the pointer to the end of the array. */ public function getRemainingAsString(): string { $values = []; while ($this->valid()) { $values[] = $this->current(); $this->next(); } return implode(Tokens::SPACE, $values); } public function __toString(): string { return implode(Tokens::SPACE, $this->getArrayCopy()); } }__halt_compiler();----SIGNATURE:----V/k84Hf47NSoW+7PNruQ+kdaVUA+zI06/Ey9Zb5zEfrGGkUfPRk3AkIL564SBLUGkN0C58MBdnvu6Ch/VF8v7OrSTnPOWkwj4vVtk7llrhX2korQp7tA1dRaRsgv/8t0VSFx0/ehRTMXL0g0uSRwZib4uu1H4i9m9vM0+5OFvgr8PtJ75cz+y6aWv+UfeAIMzAweBDF2kMS8if11pBhiBMxIHsOKQLqxU8RPZVtfoI+O10MusGainZT4XU8GkX+drOU0tqdK8kgKfPuIrikzpZWUUW1IYmavMS3EBAw+F2BJ3iC6I8nivwnBAslcst2LUPUPU1HtrNY5u5efLV4TAS/Fn77c9+OXXH+oRsuBiLhi95kc8TNejAtkNisjRo6oolTEw7dZN6NQw7WR764LVAFMrbc71ku/IdZkf4pV6N9EkXTx2seJqpIquuag+uqXrF6ORSjbJoqeolpPaUXArcXEEs3fPZIjdo7JnAsHbpWGS6dSUdMk6R9jyB0h3qlh5tIeePh5RKhQ+zcOxBT4jfGP1es++Vy0SuJfuZB5Ddo5n29DJXIk49KlKBACz35A5St392bmvCIFL2rDe8yRR4+qA2EPjoZbtgBLKiJNjH0w+eOeXtBcj2p2vcVxx5DIOsejn77/+defvHLaOR+RrjtajIyOdofFFielalrDeYY=----ATTACHMENT:----NDgxNzEyNjU1NTA4NjU2NiA3MzM5Nzg0NzU4MzEyNjEwIDU3OTAyNTYyNzI5MTg2ODE=