• PHP Video Tutorials

PHP Judy Arrays - Judy::prevEmpty()



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

Syntax

public int Judy::prevEmpty( mixed $index )

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

php_function_reference.htm
Advertisements