• PHP Video Tutorials

PHP - Judy Arrays



List of Functions

Sr.No Function & Description
1 judy_class()

The Judy class can implement an ArrayAccess interface and Iterator interface.

2 Judy::__construct()

Can construct a new Judy object.

3 Judy::__destruct()

Function can destruct a Judy object.

4 Judy::byCount()

Can locate the Nth index present in the Judy array.

5 Judy::count()

Can count the number of elements in Judy array.

6 Judy::first()

Function can search for the first index in Judy array.

7 Judy::firstEmpty()

Function can search for the first absent index in Judy array.

8 Judy::free()

Function can free the entire Judy array.

9 Judy::getType()

Function can return the type of current Judy array.

10 Judy::last()

Function can search for the last index in Judy array.

11 Judy::lastEmpty()

Function can search for the last absent index in Judy array.

12 Judy::memoryUsage()

The Judy class can implement an ArrayAccess interface and Iterator interface.

13 Judy::next()

Function can search for the next index in Judy array.

14 Judy::nextEmpty()

Function can search for the next absent index in Judy array.

15 Judy::offsetExists()

Function can check whether an offset exists.

16 Judy::offsetGet()

Function - Offset to retrieve.

17 Judy::offsetSet()

The Judy::offsetSet() - Offset to set.

18 Judy::offsetUnset()

Judy::offsetUnset() function - offset to unset.

19 Judy::prev()

Function can search for the previous index in Judy array.

20 Judy::prevEmpty()

Function can search for the previous absent index in Judy array.

21 Judy::size()

Function can return the size of the current Judy array.

22 judy_type()

Function can return the type of Judy array.

23 judy_version()

Function can return or print the current PHP Judy version.

php_function_reference.htm
Advertisements