ArrayIterator::getArrayCopy

(PHP 5, PHP 7, PHP 8)

ArrayIterator::getArrayCopyGet array copy

說(shuō)明

public ArrayIterator::getArrayCopy(): array

Get a copy of an array.

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

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

參見