ArrayIterator::append

(PHP 5, PHP 7, PHP 8)

ArrayIterator::appendAppend an element

Descrizione

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

Appends value as the last element.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

value

The value to append.

Valori restituiti

Nessun valore viene restituito.

Note

Nota:

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

Vedere anche: