(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::memoryUsage
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Return the memory used by 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::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::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::free
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Free the entire Judy

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::nextEmpty
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Search for the next absent index 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
judy_version
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Return or print the current PHP Judy version

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