[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ f ] [ i ] [ k ] [ m ] [ n ] [ r ] [ s ] [ v ] [ _ ]

a

AUTHOR
in file FileIterator.php, class constant FileIterator::AUTHOR
    Author
top

b

BUILD
in file FileIterator.php, class constant FileIterator::BUILD
    Build
top

c

current
in file FileIterator.php, method FileIterator::current()
    Return the current element
top

f

FileIterator
in file FileIterator.php, class FileIterator
    FileIterator is an implementation of Iterator interface for reading and parsing text files.
FileIterator.php
procedural page FileIterator.php
top

i

isEmpty
in file FileIterator.php, method FileIterator::isEmpty()
    Checks whether current file row is empty
top

k

key
in file FileIterator.php, method FileIterator::key()
    Return the identifying key of the current element
top

m

match
in file FileIterator.php, method FileIterator::match()
    Checks whether current file row matches given regexp pattern
top

n

NAME
in file FileIterator.php, class constant FileIterator::NAME
    Name
next
in file FileIterator.php, method FileIterator::next()
    Move forward to next element
top

r

rewind
in file FileIterator.php, method FileIterator::rewind()
    Rewind the Iterator to the first element
ROW_SIZE
in file FileIterator.php, class constant FileIterator::ROW_SIZE
    File row size
top

s

STATUS
in file FileIterator.php, class constant FileIterator::STATUS
    Status
SVN_BUILD
in file FileIterator.php, class constant FileIterator::SVN_BUILD
    SVN Date
SVN_ID
in file FileIterator.php, class constant FileIterator::SVN_ID
    SVN ID
SVN_REVISION
in file FileIterator.php, class constant FileIterator::SVN_REVISION
    SVN Revision
top

v

valid
in file FileIterator.php, method FileIterator::valid()
    Check if there is a current element after calls to rewind() or next().
VERSION
in file FileIterator.php, class constant FileIterator::VERSION
    Version
top

_

$_currentElement
in file FileIterator.php, variable FileIterator::$_currentElement
    Current element, which will be returned on each iteration.
$_currentIndex
in file FileIterator.php, variable FileIterator::$_currentIndex
    Current line of file.
$_fileData
in file FileIterator.php, variable FileIterator::$_fileData
    File data.
$_filePointer
in file FileIterator.php, variable FileIterator::$_filePointer
    File pointer.
$_source
in file FileIterator.php, variable FileIterator::$_source
    Path to source file
$_valid
in file FileIterator.php, variable FileIterator::$_valid
    Whether current element is valid or not.
$_verbose
in file FileIterator.php, variable FileIterator::$_verbose
    Verbose output
_openPointer
in file FileIterator.php, method FileIterator::_openPointer()
    Opens and returns file pointer to given file
_rewindPointer
in file FileIterator.php, method FileIterator::_rewindPointer()
    Rewind file pointer to the beginning and reset all loop variables
__construct
in file FileIterator.php, method FileIterator::__construct()
    Class constructor
top

Documentation generated on Mon, 18 Jun 2007 10:16:01 +0200 by phpDocumentor 1.3.2