• PHP Video Tutorials

PHP Judy Arrays - Judy::next()



Judy::next() function can search for the next index in Judy array.

Syntax

public mixed Judy::next( mixed $index )

Judy::next() function can search (exclusive) for the next index present that is greater than the passed Index. This function can return the corresponding index in an array.

php_function_reference.htm
Advertisements