1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/spl/internal
Marcus Boerger 033ffc206d - Add new example directorytree_size.php
- Improve SplFileInfo:
  . add function getFilename()
  . add function getPath()
-Improve RecursiveTreeIterator
  . add const BYPASS_CURRENT to bypass current instead of getting its
    string representation
  . make key() return the parent key() which calls inner iterators key()
- Improve RecursiveDirectoryIterator
  . add consts CURRENT_AS_FILEINFO, KEY_AS_FILENAME, NEW_CURRENT_AND_KEY
  . make current() return getFilename() or getFileInfo() depending on flags
  . make key()     return getPathname() or getFilename() depending on flags
- Improve DirectoryIterator
  . make __construct() accept flags as second parameter
- Update docu
2005-10-08 18:57:17 +00:00
..
2005-02-17 00:24:57 +00:00
2005-02-17 00:24:57 +00:00
2005-02-17 00:24:57 +00:00
2005-02-17 00:24:57 +00:00
2005-02-23 01:34:14 +00:00
2005-02-17 00:24:57 +00:00
2005-02-17 00:24:57 +00:00
2005-02-17 00:24:57 +00:00
2005-09-15 03:52:58 +00:00
2005-03-01 23:44:05 +00:00
2005-09-02 19:16:43 +00:00