(PECL judy >= 0.1.1)
Examples:
Judy array example
1
2
3
4
5
6
<?php
    $judy new Judy(Judy::INT_TO_MIXED);
    $judy[1] = "one";
    $judy[2] = array('a''b''c');
    $judy[3] = new Judy(Judy::BITSET);
?>
Judy::first
  • References/PHP/Function/Extensions/Judy

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

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

(PECL judy >= 0.1.1) Construct a new Judy

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

(PECL judy >= 0.1.1) Return the size of the current

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

(PECL judy >= 0.1.1) Return the type of the current

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

(PECL judy >= 0.1.1) Whether a offset exists

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

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

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

(PECL judy >= 0.1.1) Offset to unset public

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

(PECL judy >= 0.1.1) Return the type of a Judy

2025-01-10 15:47:30
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::offsetGet
  • References/PHP/Function/Extensions/Judy

(PECL judy >= 0.1.1) Offset to retrieve public

2025-01-10 15:47:30