1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/main/streams
Marcus Boerger 5aa7108eb2 - MFH Add glob stream wrapper
[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);'
2007-11-06 12:12:58 +00:00
..
2007-11-06 11:02:36 +00:00
2007-07-21 01:43:33 +00:00
2007-02-22 23:26:03 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-01-01 09:36:18 +00:00
2007-11-06 12:12:58 +00:00
2007-11-06 11:02:36 +00:00