(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_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::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