hosting y dominios
ArrayObject
PHP Manual

ArrayObject::offsetExists

(PHP 5)

ArrayObject::offsetExists — Returns whether the requested $index exists

Descripción

bool ArrayObject::offsetExists ( mixed $index )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Lista de parámetros

index

The index being checked.

Valores retornados

TRUE if the requested $index exists, otherwise FALSE


ArrayObject
PHP Manual