mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
5aa7108eb2
[DOC] The glob stream wrapper allows stuff like this:
php -r '$it = new DirectoryIterator("glob://ext/spl/*.c");
foreach($it as $f) var_dump($f);'