PHP 8.5.0 Alpha 2 available for testing

LimitIterator::valid

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

LimitIterator::validVerifica si el elemento actual es válido

Descripción

public LimitIterator::valid(): bool

Verifica si el elemento actual es válido.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

Ver también

add a note

User Contributed Notes

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