(PECL judy >= 0.1.1)
Examples:
Judy array example
<?php
    $judy = new Judy(Judy::INT_TO_MIXED);
    $judy[1] = "one";
    $judy[2] = array('a', 'b', 'c');
    $judy[3] = new Judy(Judy::BITSET);
?>

Judy::offsetGet
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Offset to retrieve public

2025-01-10 15:47:30
Judy::lastEmpty
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the last absent index in the

2025-01-10 15:47:30
Judy::next
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the next index in the

2025-01-10 15:47:30
Judy::count
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Count the number of elements in the

2025-01-10 15:47:30
Judy::firstEmpty
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the first absent index in the

2025-01-10 15:47:30
Judy::free
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Free the entire Judy

2025-01-10 15:47:30
Judy::__destruct
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Destruct a Judy object

2025-01-10 15:47:30
Judy::last
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the last index in the

2025-01-10 15:47:30
Judy::byCount
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Locate the Nth index present in the

2025-01-10 15:47:30
Judy::prevEmpty
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the previous absent index in the

2025-01-10 15:47:30