<?php class Foo implements IteratorAggregate { public function getIterator() { yield; } } var_dump((new ReflectionClass('Foo'))->isIterateable());
You have javascript disabled. You will not be able to edit any code.