(PHP 5, PHP 7, PHP 8)
ArrayIterator::offsetGet — Get value for an offset
$key
Gets the value from the provided offset.
本函数还未编写文档,仅有参数列表。
key
The offset to get the value from.
The value at offset key.