ArrayIterator::getArrayCopy
(PHP 5, PHP 7, PHP 8)
ArrayIterator::getArrayCopy — Get array copy
說明
public ArrayIterator::getArrayCopy(): array
Get a copy of an array.
警告
本函式還未編寫文件,僅有參數列表。
參數
此函式沒有參數。
返回值
A copy of the array, or array of public properties if ArrayIterator refers to an object.