* 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:----wWRkdhajZn5k46IepeVwVETQQmg05jFyn9Z2vcOxWDEOr/OcgYDFGSek46EzBNQ2DshMbHpRiYr6n6C5lExopdlHThQeQAtko+C2JBtx4hhAp23cyTzes3RY8iEDTAKbxkfjYc0+J1RAXGllkiNyxQKWWDS9oz1bQ6p7NaW/sGPo402XfGY3NFpNbirrgRDhzcaxzpkz0oaeWt1zYkvu26t/FAOt8S+fjz7m/91EB4vVmChlDU1+RuL7yUipk4/wt0BesXpjhVclK06uoRm4vdVaIvvkmbh6/Q1tU3dupBcGsPO7IUaqSGW7jOT/RS4HkFKBMnUTrgYqHDQKI295MMuOLOZf3xkJV4zFuWEGgxEkaH2Ho52BKejFCP9JnbU5HUbT1lZChSHrBofoJk9X501sanmnPTpgBjKAMgraVx4Ad3COYwRElu8JYxVxvXm/ZfEbjT77/4w3sNDMTplPqZt6Yamrq+V+R5SQ3vZN4EWvsZo9PAgZnh8ZcLIgX3oNl52c4D3zmwhdmmsBpZ3EV15Niyjti7C8H25cMtDK3MGDKQSgeYy+jFtmX3LSIlFuwWJlA3C1uEAza27Kh5LuMXKWBseBqxpj+gut73lKXH0F6rKtY51kDSAWXKhASvenmJh4qZnqO5yPD7rsRO3rKJhXpRpKzAxmmdUvTAi2Hyc=----ATTACHMENT:----Mzg1NDQwMzgwMzkwNDM5IDU5NTczNjE1MDUzNjA0NzEgMzcxNDE1MTkyODAxNjc3Mg==