1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00
Files
archived-php-src/ext/intl/common/common.stub.php
2021-02-09 13:37:24 +01:00

22 lines
363 B
PHP

<?php
/** @generate-class-entries */
class IntlIterator implements Iterator
{
/** @return mixed */
public function current() {}
/** @return mixed */
public function key() {}
/** @return void */
public function next() {}
/** @return void */
public function rewind() {}
/** @return bool */
public function valid() {}
}