ArrayIterator::getArrayCopy

(PHP 5, PHP 7)

ArrayIterator::getArrayCopyGet array copy

Beschreibung

public ArrayIterator::getArrayCopy ( void ) : array

Get a copy of an array.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

A copy of the array, or array of public properties if ArrayIterator refers to an object.

Siehe auch