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

Element index for package PHP_ArrayOf

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ m ] [ o ] [ p ] [ s ] [ _ ]

_

__construct
in file ArrayOf.php, method PHP_ArrayOf::__construct()
    Class constructor
top

a

append
in file ArrayOf.php, method PHP_ArrayOf::append()
    Appends an element to the array
ArrayOf.php
procedural page ArrayOf.php
ArrayOfInterface.php
procedural page ArrayOfInterface.php
top

c

convertOffsetValue
in file ArrayOf.php, method PHP_ArrayOf::convertOffsetValue()
    Converts an offset/value pair
convertOffsetValue
in file ArrayOfInterface.php, method PHP_ArrayOfInterface::convertOffsetValue()
    Converts an offset/value pair
count
in file ArrayOf.php, method PHP_ArrayOf::count()
    Returns the count of elements
top

d

$data
in file ArrayOf.php, variable PHP_ArrayOf::$data
    To hold array data
top

e

exchangeArray
in file ArrayOf.php, method PHP_ArrayOf::exchangeArray()
    Sets a whole new array replacement
Exception.php
procedural page Exception.php
example1.php
procedural page example1.php
top

g

getIterator
in file ArrayOf.php, method PHP_ArrayOf::getIterator()
    Returns iterator for the object
getIteratorClass
in file ArrayOf.php, method PHP_ArrayOf::getIteratorClass()
    Returns iterator class name for the object
top

i

isValidElement
in file ArrayOfInterface.php, method PHP_ArrayOfInterface::isValidElement()
    Checks whether a value is suitable for the array
isValidElement
in file ArrayOf.php, method PHP_ArrayOf::isValidElement()
    Checks whether a value is suitable for the array
top

m

merge
in file ArrayOf.php, method PHP_ArrayOf::merge()
    Merges arrays to the current object
top

o

offsetAvailable
in file ArrayOfInterface.php, method PHP_ArrayOfInterface::offsetAvailable()
    Checks if an element can be set at the offset
offsetAvailable
in file ArrayOf.php, method PHP_ArrayOf::offsetAvailable()
    Checks if an element can be set at the offset
offsetExists
in file ArrayOf.php, method PHP_ArrayOf::offsetExists()
    Returns whether the offset exists
offsetGet
in file ArrayOf.php, method PHP_ArrayOf::offsetGet()
    Returns the element for the offset
offsetSet
in file ArrayOf.php, method PHP_ArrayOf::offsetSet()
    Sets the element for the offset
offsetUnset
in file ArrayOf.php, method PHP_ArrayOf::offsetUnset()
    Deletes the element for the offset
top

p

PHP_ArrayOf
in file ArrayOf.php, class PHP_ArrayOf
    Basic array class
PHP_ArrayOfInterface
in file ArrayOfInterface.php, class PHP_ArrayOfInterface
    Interface declaration
PHP_ArrayOf_Exception
in file Exception.php, class PHP_ArrayOf_Exception
    Base exception class for PHP_ArrayOf package
PHP_ArrayOf_Exception_NotAnArray
in file Exception.php, class PHP_ArrayOf_Exception_NotAnArray
    Exception class thrown when argument passed is not an array
PHP_ArrayOf_Exception_OffsetNotAvailable
in file Exception.php, class PHP_ArrayOf_Exception_OffsetNotAvailable
    Exception class thrown when trying to set or access an unavailable offset
PHP_ArrayOf_Exception_WrongTypeOfArray
in file Exception.php, class PHP_ArrayOf_Exception_WrongTypeOfArray
    Exception class thrown when array passed doesn't match the type accepted
PHP_ArrayOf_Exception_WrongTypeOfElement
in file Exception.php, class PHP_ArrayOf_Exception_WrongTypeOfElement
    Exception class thrown when argument doesn't match the type accepted
top

s

setIteratorClass
in file ArrayOf.php, method PHP_ArrayOf::setIteratorClass()
    Sets the iterator class name for the object
top

Documentation generated on Mon, 11 Mar 2019 15:21:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.