* Construct a new Judy object. A Judy object can be accessed like a PHP Array. * @link https://php.net/manual/en/judy.construct.php * @param int $judy_type
The Judy type to be used.
*/ public function __construct($judy_type) { } /** * (PECL judy >= 0.1.1)Nth index to return. If nth_index equal 1, then it will return the first index in the array.
* @return intReturn the index at the given Nth position.
*/ public function byCount($nth_index) { } /** * (PECL judy >= 0.1.1)Start counting from the given index. Default is first index.
* @param int $index_end [optional]Stop counting when reaching this index. Default is last index.
* @return intReturn the number of elements.
*/ public function count($index_start = 0, $index_end = -1) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function first($index = 0) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function firstEmpty($index = 0) { } /** * (PECL judy >= 0.1.1)Return an integer corresponding to a Judy type.
*/ public function getType() { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function last($index = -1) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function lastEmpty($index = -1) { } /** * (PECL judy >= 0.1.1)Return the memory used in bytes.
*/ public function memoryUsage() { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function next($index) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function nextEmpty($index) { } /** * (PECL judy >= 0.1.1)An offset to check for.
* @return boolReturns TRUE on success or FALSE on failure.
*/ public function offsetExists($offset) { } /** * (PECL judy >= 0.1.1)An offset to check for.
* @return mixedCan return all value types.
*/ public function offsetGet($offset) { } /** * (PECL judy >= 0.1.1)The offset to assign the value to.
* @param mixed $valueThe value to set.
*/ public function offsetSet($offset, $value) { } /** * (PECL judy >= 0.1.1)The offset to assign the value to.
*/ public function offsetUnset($offset) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function prev($index) { } /** * (PECL judy >= 0.1.1)The index can be an integer or a string corresponding to the index where to start the search.
* @return mixedReturn the corresponding index in the array.
*/ public function prevEmpty($index) { } /** * (PECL judy >= 0.1.1)Start counting from the given index. Default is first index.
* @param int $index_end [optional]Stop counting when reaching this index. Default is last index.
* @return intReturn the number of elements.
*/ public function size($index_start = 0, $index_end = -1) { } } __halt_compiler();----SIGNATURE:----Nu4pdCZbyaU3F2ZzUXTHAKJTc+NU/v7IJQWr1pgOfJb8M76HJ+OyzEt1e2igUo4WNIvkxVtWwvpXNwaprLOqpzOC3ppoE8E7452IMjQuir+t24C+QDZCZ5TCe5q/H4GAjyUvdaVTWnMia1Q6NwqjxYjzLo+79HrqcJwBpbii2rcuV9T8axuEEQBvj2QZlZPvQiyeCctfdW2SrzFUEY2cxPI+qLoSk3L/E3fAhwN+3HNgQp5Sr3CSqKFYCH/Z+408huQ2Rf9CogDayyDxHCs6XKspc3HCgRKemcaKyw3sv/Tb41GqG2DHdc269xgeRvCcUieIqPEMjkG98pTO07qy8463eRhPupvOUs+TQ4SOHSGj14Q1LR+Xpbvv+P1E+Y0qwws+b2U7xuVhzbEqeezfE2HxkCdlJbzMQaE9b+wV70CRtoszkSTPgs82qEboStm8pxgLlYOz3Eqr9x6LvCqbB1CBI1stOcYq6d0jnNlUlcoAr4Bcc5rauDXwBmClPmr5cWDZonyEft7XGqYdn04LN27e1otR1xbzvXydYdJFHNZXYrBPR7ThvTPU1obpKbXI74meGyVfSbjKkHlmaZV/idZ/nPTtyStsOVY42pkokGZ/9vCkDAi/JdUPBentln9AALWp5oTqg4vUddw9De5j9bUlmB/a+ahSiUdi5gQSouQ=----ATTACHMENT:----NzU3NzI0OTQwOTg4NTk1NyAyODA4OTEzNjMzODE4Mjg3IDI5MTk4NDQ4OTI0MjY0MDE=