ArrayIterator
PHP Manual

ArrayIterator::getArrayCopy

(PHP 5 >= 5.0.0)

ArrayIterator::getArrayCopyGet array copy

Açıklama

public array ArrayIterator::getArrayCopy ( void )

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


ArrayIterator
PHP Manual