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

(PECL judy >= 0.1.1) Destruct a Judy object

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