PHP Judy Arrays - Judy::first()
Judy::first() function can search for the first index in Judy array.
Syntax
public mixed Judy::first([ mixed $index ] )
Judy::first() function can search (inclusive) for the first index present that is equal to or greater than the passed Index.
Judy::first() function can return the corresponding index in an array.
php_function_reference.htm
Advertisements