From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/SPL.txt | 6480 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6480 insertions(+) create mode 100644 reflection/SPL.txt (limited to 'reflection/SPL.txt') diff --git a/reflection/SPL.txt b/reflection/SPL.txt new file mode 100644 index 0000000..0e61c23 --- /dev/null +++ b/reflection/SPL.txt @@ -0,0 +1,6480 @@ +Extension [ extension #21 SPL version 0.2 ] { + + - Functions { + Function [ function spl_classes ] { + + - Parameters [0] { + } + } + Function [ function spl_autoload ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ $file_extensions ] + } + } + Function [ function spl_autoload_extensions ] { + + - Parameters [1] { + Parameter #0 [ $file_extensions ] + } + } + Function [ function spl_autoload_register ] { + + - Parameters [1] { + Parameter #0 [ $autoload_function ] + } + } + Function [ function spl_autoload_unregister ] { + + - Parameters [1] { + Parameter #0 [ $autoload_function ] + } + } + Function [ function spl_autoload_functions ] { + + - Parameters [0] { + } + } + Function [ function spl_autoload_call ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + Function [ function class_parents ] { + + - Parameters [2] { + Parameter #0 [ $instance ] + Parameter #1 [ $autoload ] + } + } + Function [ function class_implements ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $autoload ] + } + } + Function [ function class_uses ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $autoload ] + } + } + Function [ function spl_object_hash ] { + + - Parameters [1] { + Parameter #0 [ $obj ] + } + } + Function [ function iterator_to_array ] { + + - Parameters [2] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $use_keys ] + } + } + Function [ function iterator_count ] { + + - Parameters [1] { + Parameter #0 [ Traversable $iterator ] + } + } + Function [ function iterator_apply ] { + + - Parameters [3] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $function ] + Parameter #2 [ array or NULL $args ] + } + } + } + + - Classes [56] { + Class [ class LogicException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class BadFunctionCallException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class BadMethodCallException extends BadFunctionCallException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class DomainException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class InvalidArgumentException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class LengthException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OutOfRangeException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class RuntimeException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OutOfBoundsException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OverflowException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class RangeException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class UnderflowException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class UnexpectedValueException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Interface [ interface RecursiveIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class RecursiveIteratorIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [4] { + Constant [ integer LEAVES_ONLY ] { 0 } + Constant [ integer SELF_FIRST ] { 1 } + Constant [ integer CHILD_FIRST ] { 2 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $mode ] + Parameter #2 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getDepth ] { + + - Parameters [0] { + } + } + + Method [ public method getSubIterator ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method beginIteration ] { + + - Parameters [0] { + } + } + + Method [ public method endIteration ] { + + - Parameters [0] { + } + } + + Method [ public method callHasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method callGetChildren ] { + + - Parameters [0] { + } + } + + Method [ public method beginChildren ] { + + - Parameters [0] { + } + } + + Method [ public method endChildren ] { + + - Parameters [0] { + } + } + + Method [ public method nextElement ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxDepth ] { + + - Parameters [1] { + Parameter #0 [ $max_depth ] + } + } + + Method [ public method getMaxDepth ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface OuterIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class IteratorIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Traversable $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class FilterIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method accept ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class RecursiveFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator, RecursiveIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ RecursiveIterator $iterator ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method accept ] { + + - Parameters [0] { + } + } + } + } + + Class [ class CallbackFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $callback ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveCallbackFilterIterator extends CallbackFilterIterator implements OuterIterator, Traversable, Iterator, RecursiveIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ RecursiveIterator $iterator ] + Parameter #1 [ $callback ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ParentIterator extends RecursiveFilterIterator implements RecursiveIterator, OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ RecursiveIterator $iterator ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method count ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface SeekableIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class LimitIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $offset ] + Parameter #2 [ $count ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method getPosition ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class CachingIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator, ArrayAccess, Countable ] { + + - Constants [6] { + Constant [ integer CALL_TOSTRING ] { 1 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer TOSTRING_USE_KEY ] { 2 } + Constant [ integer TOSTRING_USE_CURRENT ] { 4 } + Constant [ integer TOSTRING_USE_INNER ] { 8 } + Constant [ integer FULL_CACHE ] { 256 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method hasNext ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveCachingIterator extends CachingIterator implements Countable, ArrayAccess, Iterator, Traversable, OuterIterator, RecursiveIterator ] { + + - Constants [6] { + Constant [ integer CALL_TOSTRING ] { 1 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer TOSTRING_USE_KEY ] { 2 } + Constant [ integer TOSTRING_USE_CURRENT ] { 4 } + Constant [ integer TOSTRING_USE_INNER ] { 8 } + Constant [ integer FULL_CACHE ] { 256 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method hasNext ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class NoRewindIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class AppendIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getIteratorIndex ] { + + - Parameters [0] { + } + } + + Method [ public method getArrayIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class InfiniteIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RegexIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [6] { + Constant [ integer USE_KEY ] { 1 } + Constant [ integer MATCH ] { 0 } + Constant [ integer GET_MATCH ] { 1 } + Constant [ integer ALL_MATCHES ] { 2 } + Constant [ integer SPLIT ] { 3 } + Constant [ integer REPLACE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $replacement ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $regex ] + Parameter #2 [ $mode ] + Parameter #3 [ $flags ] + Parameter #4 [ $preg_flags ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method getMode ] { + + - Parameters [0] { + } + } + + Method [ public method setMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getPregFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setPregFlags ] { + + - Parameters [1] { + Parameter #0 [ $preg_flags ] + } + } + + Method [ public method getRegex ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveRegexIterator extends RegexIterator implements OuterIterator, Traversable, Iterator, RecursiveIterator ] { + + - Constants [6] { + Constant [ integer USE_KEY ] { 1 } + Constant [ integer MATCH ] { 0 } + Constant [ integer GET_MATCH ] { 1 } + Constant [ integer ALL_MATCHES ] { 2 } + Constant [ integer SPLIT ] { 3 } + Constant [ integer REPLACE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $replacement ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ RecursiveIterator $iterator ] + Parameter #1 [ $regex ] + Parameter #2 [ $mode ] + Parameter #3 [ $flags ] + Parameter #4 [ $preg_flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method getMode ] { + + - Parameters [0] { + } + } + + Method [ public method setMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getPregFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setPregFlags ] { + + - Parameters [1] { + Parameter #0 [ $preg_flags ] + } + } + + Method [ public method getRegex ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class EmptyIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [12] { + Constant [ integer LEAVES_ONLY ] { 0 } + Constant [ integer SELF_FIRST ] { 1 } + Constant [ integer CHILD_FIRST ] { 2 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer BYPASS_CURRENT ] { 4 } + Constant [ integer BYPASS_KEY ] { 8 } + Constant [ integer PREFIX_LEFT ] { 0 } + Constant [ integer PREFIX_MID_HAS_NEXT ] { 1 } + Constant [ integer PREFIX_MID_LAST ] { 2 } + Constant [ integer PREFIX_END_HAS_NEXT ] { 3 } + Constant [ integer PREFIX_END_LAST ] { 4 } + Constant [ integer PREFIX_RIGHT ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $flags ] + Parameter #2 [ $caching_it_flags ] + Parameter #3 [ $mode ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method beginIteration ] { + + - Parameters [0] { + } + } + + Method [ public method endIteration ] { + + - Parameters [0] { + } + } + + Method [ public method callHasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method callGetChildren ] { + + - Parameters [0] { + } + } + + Method [ public method beginChildren ] { + + - Parameters [0] { + } + } + + Method [ public method endChildren ] { + + - Parameters [0] { + } + } + + Method [ public method nextElement ] { + + - Parameters [0] { + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + } + + Method [ public method setPrefixPart ] { + + - Parameters [2] { + Parameter #0 [ $part ] + Parameter #1 [ $value ] + } + } + + Method [ public method getEntry ] { + + - Parameters [0] { + } + } + + Method [ public method getPostfix ] { + + - Parameters [0] { + } + } + + Method [ public method getDepth ] { + + - Parameters [0] { + } + } + + Method [ public method getSubIterator ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxDepth ] { + + - Parameters [1] { + Parameter #0 [ $max_depth ] + } + } + + Method [ public method getMaxDepth ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable ] { + + - Constants [2] { + Constant [ integer STD_PROP_LIST ] { 1 } + Constant [ integer ARRAY_AS_PROPS ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + } + + Method [ public method exchangeArray ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method setIteratorClass ] { + + - Parameters [1] { + Parameter #0 [ $iteratorClass ] + } + } + + Method [ public method getIteratorClass ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable ] { + + - Constants [2] { + Constant [ integer STD_PROP_LIST ] { 1 } + Constant [ integer ARRAY_AS_PROPS ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + } + } + + Class [ class RecursiveArrayIterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator, RecursiveIterator ] { + + - Constants [1] { + Constant [ integer CHILD_ARRAYS_ONLY ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [26] { + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + } + } + + Class [ class SplFileInfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $file_name ] + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class DirectoryIterator extends SplFileInfo implements Iterator, Traversable, SeekableIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [37] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class FilesystemIterator extends DirectoryIterator implements SeekableIterator, Traversable, Iterator ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class RecursiveDirectoryIterator extends FilesystemIterator implements Iterator, Traversable, SeekableIterator, RecursiveIterator ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [43] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [1] { + Parameter #0 [ $allow_links ] + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPath ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPathname ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class GlobIterator extends FilesystemIterator implements Iterator, Traversable, SeekableIterator, Countable ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [40] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplFileObject extends SplFileInfo implements RecursiveIterator, Traversable, Iterator, SeekableIterator ] { + + - Constants [4] { + Constant [ integer DROP_NEW_LINE ] { 1 } + Constant [ integer READ_AHEAD ] { 2 } + Constant [ integer SKIP_EMPTY ] { 4 } + Constant [ integer READ_CSV ] { 8 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [60] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $file_name ] + Parameter #1 [ $open_mode ] + Parameter #2 [ $use_include_path ] + Parameter #3 [ $context ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method fgets ] { + + - Parameters [0] { + } + } + + Method [ public method fgetcsv ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method fputcsv ] { + + - Parameters [3] { + Parameter #0 [ $fields ] + Parameter #1 [ $delimiter ] + Parameter #2 [ $enclosure ] + } + } + + Method [ public method setCsvControl ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method getCsvControl ] { + + - Parameters [0] { + } + } + + Method [ public method flock ] { + + - Parameters [2] { + Parameter #0 [ $operation ] + Parameter #1 [ &$wouldblock ] + } + } + + Method [ public method fflush ] { + + - Parameters [0] { + } + } + + Method [ public method ftell ] { + + - Parameters [0] { + } + } + + Method [ public method fseek ] { + + - Parameters [2] { + Parameter #0 [ $pos ] + Parameter #1 [ $whence ] + } + } + + Method [ public method fgetc ] { + + - Parameters [0] { + } + } + + Method [ public method fpassthru ] { + + - Parameters [0] { + } + } + + Method [ public method fgetss ] { + + - Parameters [1] { + Parameter #0 [ $allowable_tags ] + } + } + + Method [ public method fscanf ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method fwrite ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $length ] + } + } + + Method [ public method fstat ] { + + - Parameters [0] { + } + } + + Method [ public method ftruncate ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxLineLen ] { + + - Parameters [1] { + Parameter #0 [ $max_len ] + } + } + + Method [ public method getMaxLineLen ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $line_pos ] + } + } + + Method [ public method getCurrentLine ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplTempFileObject extends SplFileObject implements SeekableIterator, Iterator, Traversable, RecursiveIterator ] { + + - Constants [4] { + Constant [ integer DROP_NEW_LINE ] { 1 } + Constant [ integer READ_AHEAD ] { 2 } + Constant [ integer SKIP_EMPTY ] { 4 } + Constant [ integer READ_CSV ] { 8 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [60] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $max_memory ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method fgets ] { + + - Parameters [0] { + } + } + + Method [ public method fgetcsv ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method fputcsv ] { + + - Parameters [3] { + Parameter #0 [ $fields ] + Parameter #1 [ $delimiter ] + Parameter #2 [ $enclosure ] + } + } + + Method [ public method setCsvControl ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method getCsvControl ] { + + - Parameters [0] { + } + } + + Method [ public method flock ] { + + - Parameters [2] { + Parameter #0 [ $operation ] + Parameter #1 [ &$wouldblock ] + } + } + + Method [ public method fflush ] { + + - Parameters [0] { + } + } + + Method [ public method ftell ] { + + - Parameters [0] { + } + } + + Method [ public method fseek ] { + + - Parameters [2] { + Parameter #0 [ $pos ] + Parameter #1 [ $whence ] + } + } + + Method [ public method fgetc ] { + + - Parameters [0] { + } + } + + Method [ public method fpassthru ] { + + - Parameters [0] { + } + } + + Method [ public method fgetss ] { + + - Parameters [1] { + Parameter #0 [ $allowable_tags ] + } + } + + Method [ public method fscanf ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method fwrite ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $length ] + } + } + + Method [ public method fstat ] { + + - Parameters [0] { + } + } + + Method [ public method ftruncate ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxLineLen ] { + + - Parameters [1] { + Parameter #0 [ $max_len ] + } + } + + Method [ public method getMaxLineLen ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $line_pos ] + } + } + + Method [ public method getCurrentLine ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplDoublyLinkedList implements Iterator, Traversable, Countable, ArrayAccess, Serializable ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplQueue extends SplDoublyLinkedList implements Serializable, ArrayAccess, Countable, Traversable, Iterator ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method enqueue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method dequeue ] { + + - Parameters [0] { + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplStack extends SplDoublyLinkedList implements Serializable, ArrayAccess, Countable, Traversable, Iterator ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class SplHeap implements Iterator, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + + Method [ abstract protected method compare ] { + } + } + } + + Class [ class SplMinHeap extends SplHeap implements Countable, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ protected method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplMaxHeap extends SplHeap implements Countable, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ protected method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplPriorityQueue implements Iterator, Traversable, Countable ] { + + - Constants [3] { + Constant [ integer EXTR_BOTH ] { 3 } + Constant [ integer EXTR_PRIORITY ] { 2 } + Constant [ integer EXTR_DATA ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method insert ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $priority ] + } + } + + Method [ public method setExtractFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplFixedArray implements Iterator, Traversable, ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method fromArray ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $save_indexes ] + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method setSize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface SplObserver ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method update ] { + + - Parameters [1] { + Parameter #0 [ SplSubject $SplSubject ] + } + } + } + } + + Interface [ interface SplSubject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method attach ] { + + - Parameters [1] { + Parameter #0 [ SplObserver $SplObserver ] + } + } + + Method [ abstract public method detach ] { + + - Parameters [1] { + Parameter #0 [ SplObserver $SplObserver ] + } + } + + Method [ abstract public method notify ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $inf ] + } + } + + Method [ public method detach ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method addAll ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method removeAll ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method removeAllExcept ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method getInfo ] { + + - Parameters [0] { + } + } + + Method [ public method setInfo ] { + + - Parameters [1] { + Parameter #0 [ $info ] + } + } + + Method [ public method getHash ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $inf ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + } + } + + Class [ class MultipleIterator implements Iterator, Traversable ] { + + - Constants [4] { + Constant [ integer MIT_NEED_ANY ] { 0 } + Constant [ integer MIT_NEED_ALL ] { 1 } + Constant [ integer MIT_KEYS_NUMERIC ] { 0 } + Constant [ integer MIT_KEYS_ASSOC ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method attachIterator ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $infos ] + } + } + + Method [ public method detachIterator ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method containsIterator ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method countIterators ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit