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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/phar/phar/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/phar/phar/phar.inc |
<?php /** * @file phar.inc * @ingroup Phar * @brief class Phar * @author Marcus Boerger * @date 2007 - 2008 * * Phar Command */ // {{{ class Phar extends PHP_Archive /** * Phar class * * @ingroup Phar * @brief Phar implementation * @author Marcus Boerger * @version 1.0 */ class Phar extends PHP_Archive implements RecursiveIterator { function getSignature() { return false; } function getAlias() { return false; } function rewind() { } function valid() { return false; } function current() { } function key() { } function next() { } function hasChildren() { return false; } function getChildren() { } function hasMetadata() { } function getMetadata() { } function getStub() { } function setStub() { } } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare