PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ArrayObject::append> <ArrayIterator::valid
Last updated: Fri, 04 Jul 2008

view this page in

The ArrayObject class

Introducción

...

Class synopsis

ArrayObject
class ArrayObject implements IteratorAggregate , Traversable , ArrayAccess , Countable {
/* Methods */
__construct ( mixed $input )
void append ( mixed $newval )
int count ( void )
ArrayIterator getIterator ( void )
bool offsetExists ( mixed $index )
mixed offsetGet ( mixed $index )
void offsetSet ( mixed $index , mixed $newval )
void offsetUnset ( mixed $index )
}

Table of Contents



add a note add a note User Contributed Notes
ArrayObject
There are no user contributed notes for this page.

ArrayObject::append> <ArrayIterator::valid
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites