SplDoublyLinkedList::key

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplDoublyLinkedList::keyRetorna o índice do nó atual

Descrição

public SplDoublyLinkedList::key(): int

Esta função retorna o índice do nó atual

Parâmetros

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

Valor Retornado

O índice do nó atual.

add a note add a note

User Contributed Notes

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