php-src/ext/spl/examples
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
..
tests - Move tests to proper location now that the tested classes are hardcoded 2005-01-27 00:34:13 +00:00
autoload.inc - Update to 2005 2005-02-08 19:10:06 +00:00
cachingrecursiveiterator.inc - Fix filename in docu 2005-09-19 18:28:01 +00:00
class_tree.php - Add more sorting funcs to ArrayObject/Iterator 2005-10-03 13:34:01 +00:00
dba_array.php - Update to 2005 2005-02-08 19:10:06 +00:00
dba_dump.php - Update to 2005 2005-02-08 19:10:06 +00:00
dbaarray.inc - Update to 2005 2005-02-08 19:10:06 +00:00
dbareader.inc - Update to 2005 2005-02-08 19:10:06 +00:00
directoryfilterdots.inc - Update to 2005 2005-02-08 19:10:06 +00:00
directorygraphiterator.inc - Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that 2005-09-18 16:51:24 +00:00
directorytree_size.php - Add new example directorytree_size.php 2005-10-08 18:57:17 +00:00
directorytree.inc - Update to 2005 2005-02-08 19:10:06 +00:00
directorytree.php - Update to 2005 2005-02-08 19:10:06 +00:00
directorytreeiterator.inc - Rename 'CachingRecursiveIterator' to 'RecursiveCachingIterator' so that 2005-09-18 16:51:24 +00:00
findfile.inc - Update to 2005 2005-02-08 19:10:06 +00:00
findfile.php - Update to 2005 2005-02-08 19:10:06 +00:00
findregex.php - Do not autoload if require does the trick 2004-11-01 01:29:06 +00:00
ini_groups.php - Update to 2005 2005-02-08 19:10:06 +00:00
inigroups.inc - Update to 2005 2005-02-08 19:10:06 +00:00
keyfilter.inc - Update to 2005 2005-02-08 19:10:06 +00:00
nocvsdir.php - Update to 2005 2005-02-08 19:10:06 +00:00
recursivetreeiterator.inc - Add new example directorytree_size.php 2005-10-08 18:57:17 +00:00
regexfindfile.inc - Update to 2005 2005-02-08 19:10:06 +00:00
searchiterator.inc - Update to 2005 2005-02-08 19:10:06 +00:00
tree.php - Update to 2005 2005-02-08 19:10:06 +00:00