CakeFest 2024: The Official CakePHP Conference

SplFixedArray::key

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::keyRetorna o índice atual do array

Descrição

public SplFixedArray::key(): int

Retorna o índice atual do array.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

O índice atual do array.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top