PHP Velho Oeste 2024

Judy::nextEmpty

(PECL judy >= 0.1.1)

Judy::nextEmptyRecherche le prochain index absent dans le tableau Judy

Description

public Judy::nextEmpty ( int $index ) : int

Recherche le prochain index absent qui est supérieur à l'index passé (exclusif).

Liste de paramètres

index

L'index peut-être un entier ou une chaîne de caractére coresspondant à l'index où la recherche commence.

Valeurs de retour

Retourne l'index du tableau correspondant.

add a note add a note

User Contributed Notes

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