ArrayIterator::getArrayCopy

(PHP 5, PHP 7)

ArrayIterator::getArrayCopyGet array copy

Açıklama

public ArrayIterator::getArrayCopy ( void ) : array

Get a copy of an array.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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

Ayrıca Bakınız