PHP 8.5.0 Beta 3 available for testing

ArrayIterator::offsetGet

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetGet โ€” Get value for an offset

่ฏดๆ˜Ž

public ArrayIterator::offsetGet(mixed $key): mixed

Gets the value from the provided offset.

่ญฆๅ‘Š

ๆœฌๅ‡ฝๆ•ฐ่ฟ˜ๆœช็ผ–ๅ†™ๆ–‡ๆกฃ๏ผŒไป…ๆœ‰ๅ‚ๆ•ฐๅˆ—่กจใ€‚

ๅ‚ๆ•ฐ

key

The offset to get the value from.

่ฟ”ๅ›žๅ€ผ

The value at offset key.

ๅ‚่ง

๏ผ‹ๆทปๅŠ ๅค‡ๆณจ

็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจ

ๆญค้กต้ขๅฐšๆ— ็”จๆˆท่ดก็Œฎ็š„ๅค‡ๆณจใ€‚
To Top