PHP - Judy 数组



函数列表

序号 函数及描述
1 judy_class()

Judy 类可以实现 ArrayAccess 接口和 Iterator 接口。

2 Judy::__construct()

可以构造一个新的 Judy 对象。

3 Judy::__destruct()

函数可以析构一个 Judy 对象。

4 Judy::byCount()

可以定位 Judy 数组中存在的第 N 个索引。

5 Judy::count()

可以计算 Judy 数组中元素的数量。

6 Judy::first()

函数可以在 Judy 数组中搜索第一个索引。

7 Judy::firstEmpty()

函数可以在 Judy 数组中搜索第一个不存在的索引。

8 Judy::free()

函数可以释放整个 Judy 数组。

9 Judy::getType()

函数可以返回当前 Judy 数组的类型。

10 Judy::last()

函数可以在 Judy 数组中搜索最后一个索引。

11 Judy::lastEmpty()

函数可以在 Judy 数组中搜索最后一个不存在的索引。

12 Judy::memoryUsage()

Judy 类可以实现 ArrayAccess 接口和 Iterator 接口。

13 Judy::next()

函数可以在 Judy 数组中搜索下一个索引。

14 Judy::nextEmpty()

函数可以在 Judy 数组中搜索下一个不存在的索引。

15 Judy::offsetExists()

函数可以检查偏移量是否存在。

16 Judy::offsetGet()

函数 - 要检索的偏移量。

17 Judy::offsetSet()

Judy::offsetSet() - 要设置的偏移量。

18 Judy::offsetUnset()

Judy::offsetUnset() 函数 - 要取消设置的偏移量。

19 Judy::prev()

函数可以在 Judy 数组中搜索上一个索引。

20 Judy::prevEmpty()

函数可以在 Judy 数组中搜索上一个不存在的索引。

21 Judy::size()

函数可以返回当前 Judy 数组的大小。

22 judy_type()

函数可以返回 Judy 数组的类型。

23 judy_version()

函数可以返回或打印当前 PHP Judy 版本。

php_function_reference.htm
广告