ArrayIterator::append

(PHP 5, PHP 7)

ArrayIterator::appendAppend an element

Descrição

public ArrayIterator::append ( mixed $value ) : void

Appends value as the last element.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

value

The value to append.

Valor Retornado

Não há valor retornado.

Notas

Nota:

This method cannot be called when the ArrayIterator refers to an object.

Veja Também