Extension [ extension #120 php_trie version 0.1.2 ] { - Dependencies { Dependency [ json (Required) ] } - Functions { Function [ function __construct ] { - Parameters [0] { } } Function [ static function fromArray ] { - Parameters [1] { Parameter #0 [ array $array ] } } Function [ function insert ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Function [ function search ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Function [ function size ] { - Parameters [0] { } - Return [ int ] } Function [ function toArray ] { - Parameters [0] { } - Return [ array ] } Function [ function jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } Function [ function keyExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Function [ function offsetExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Function [ function offsetUnset ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Function [ function erase ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Function [ function offsetSet ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Function [ function offsetGet ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Function [ function prefixSearch ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Function [ function map ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Function [ function filter ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Function [ function merge ] { - Parameters [1] { Parameter #0 [ object ...$tries ] } - Return [ array ] } } - Classes [3] { Class [ class Trie implements ArrayAccess, JsonSerializable ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method fromArray ] { - Parameters [1] { Parameter #0 [ array $array ] } } } - Properties [0] { } - Methods [16] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method insert ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Method [ public method search ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Method [ public method size ] { - Parameters [0] { } - Return [ int ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method keyExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Method [ public method erase ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Method [ public method prefixSearch ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method map ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ object ...$tries ] } - Return [ array ] } } } Class [ class HatTrie implements ArrayAccess, JsonSerializable ] { - Constants [4] { Constant [ public bool SHRINK ] { 1 } Constant [ public bool NO_SHRINK ] { } Constant [ public float DEFAULT_LOAD_FACTOR ] { 8 } Constant [ public int DEFAULT_BURST_THRESHOLD ] { 16384 } } - Static properties [0] { } - Static methods [1] { Method [ static public method fromArray ] { - Parameters [4] { Parameter #0 [ array $array ] Parameter #1 [ $burstThreshold ] Parameter #2 [ $loadFactor ] Parameter #3 [ $shrink ] } } } - Properties [0] { } - Methods [19] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $burstThreshold ] Parameter #1 [ $loadFactor ] Parameter #2 [ $shrink ] } } Method [ public method fold ] { - Parameters [2] { Parameter #0 [ callable $func ] Parameter #1 [ $accumulator ] } } Method [ public method size ] { - Parameters [0] { } - Return [ int ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Return [ mixed ] } Method [ public method keyExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ bool ] } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Method [ public method erase ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ void ] } Method [ public method filter ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Method [ public method search ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Method [ public method prefixSearch ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method prefixErase ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method longestPrefix ] { - Parameters [1] { Parameter #0 [ $prefix ] } } Method [ public method map ] { - Parameters [1] { Parameter #0 [ callable $func ] } } Method [ public method insert ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ mixed $key ] Parameter #1 [ mixed $entry ] } - Return [ void ] } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ mixed $key ] } - Return [ mixed ] } Method [ public method merge ] { - Parameters [1] { Parameter #0 [ object ...$tries ] } - Return [ array ] } } } Class [ class TrieException extends Exception implements Throwable, Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected $file = NULL ] Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } } }