Documentation PHP
-
Effectuer une recherche
-
Accueil Support du web
-
Scripts et astuces
-
Forum
-
PHP.net
Documentation PHP
Référence des fonctions
Autres extensions basiques
SPL
Introduction
Installation/Configuration
Constantes pré-définies
Fonctions SPL
ArrayIterator
ArrayObject
CachingIterator
RecursiveCachingIterator
DirectoryIterator
FilterIterator
LimitIterator
ParentIterator
RecursiveDirectoryIterator
RecursiveIteratorIterator
SimpleXMLIterator
<< ArrayIterator::valid
ArrayObject::append >>
SPL
Documentation PHP
La ArrayObject
Introduction
...
Synopsis de la classe
ArrayObject
class
ArrayObject
implements
IteratorAggregate
,
Traversable
,
ArrayAccess
,
Countable
{
/* Méthodes */
__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
)
}
Sommaire
ArrayObject::append
— Appends the value
ArrayObject::__construct
— Construct a new array object
ArrayObject::count
— Get the number of elements in the Iterator
ArrayObject::getIterator
— Create a new iterator from an ArrayObject instance
ArrayObject::offsetExists
— Returns whether the requested $index exists
ArrayObject::offsetGet
— Returns the value at the specified $index
ArrayObject::offsetSet
— Sets the value at the specified $index to $newval
ArrayObject::offsetUnset
— Unsets the value at the specified $index
<< ArrayIterator::valid
ArrayObject::append >>
SPL
Documentation PHP
Ceci n'est pas la documentation originale du langage de programmation php, pour y accéder visiter le site
www.php.net
Page générée en 0.001333 secondes.