Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/spl/examples/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/examples/directorytree.inc |
<?php /** @file directorytree.inc * @ingroup Examples * @brief class DirectoryTree * @author Marcus Boerger * @date 2003 - 2005 * * SPL - Standard PHP Library */ /** @ingroup Examples * @brief A directory iterator that does not show '.' and '..'. * @author Marcus Boerger * @version 1.0 */ class DirectoryTree extends RecursiveIteratorIterator { /** Construct from a path. * @param $path directory to iterate */ function __construct($path) { parent::__construct(new DirectoryFilterDots($path)); } } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare