<?php class my_ite implements Iterator { public function current() { return 1; } public function key() { return 1; } public function next() { // do something. } public function rewind() { // do something. } public function valid() { return true; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`