• PHP Video Tutorials

PHP Judy Arrays - Judy::prev()



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

Syntax

public mixed Judy::prev( mixed $index )

Judy::prev() function can search (exclusive) for the previous index present that is less than the passed Index, and return the corresponding index in an array.

php_function_reference.htm
Advertisements