(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

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

2016-02-24 16:06:08
Judy::last

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

2016-02-24 16:06:07