Judy::first

(PECL judy >= 0.1.1)

Judy::firstBusca el primer índice del array Judy

Descripción

public Judy::first ([ mixed $index ] ) : mixed

Búsqueda (global) para el primer índice presente que es igual o mayor que el índice pasado.

Parámetros

index

El índice puede ser un integer o un string The index can be an integer or a string correspondiente al índice de dónde empieza la búsqueda.

Valores devueltos

Devuelve el índice correspondiente en el array.

add a note add a note

User Contributed Notes

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