Iterator.php 151 B

12345678910111213
  1. <?php
  2. namespace Swoole\Timer;
  3. class Iterator extends \ArrayIterator
  4. {
  5. public const STD_PROP_LIST = 1;
  6. public const ARRAY_AS_PROPS = 2;
  7. }