PHP 8.5.0 Alpha 2 available for testing

ArrayIterator::offsetExists

(PHP 5, PHP 7, PHP 8)

ArrayIterator::offsetExistsCompruebar si el índice existe

Descripción

public ArrayIterator::offsetExists(mixed $key): bool

Comprueba si el índice existe.

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

key

El índice a ser comprobado.

Valores devueltos

true si el índice existe, en caso contrario false

Ver también

add a note

User Contributed Notes

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