Extension [ extension #121 leveldb version 0.3.0 ] { - Constants [2] { Constant [ int LEVELDB_NO_COMPRESSION ] { 0 } Constant [ int LEVELDB_SNAPPY_COMPRESSION ] { 1 } } - Classes [5] { Class [ class LevelDB ] { - Constants [0] { } - Static properties [0] { } - Static methods [2] { Method [ static public method destroy ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } } Method [ static public method repair ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] } } } - Properties [0] { } - Methods [12] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ string $name ] Parameter #1 [ array $options ] Parameter #2 [ array $read_options ] Parameter #3 [ array $write_options ] } } Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $read_options ] } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] Parameter #2 [ array $write_options ] } } Method [ public method put ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] Parameter #2 [ array $write_options ] } } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $write_options ] } } Method [ public method write ] { - Parameters [2] { Parameter #0 [ LevelDBWriteBatch $batch ] Parameter #1 [ array $write_options ] } } Method [ public method getProperty ] { - Parameters [1] { Parameter #0 [ string $name ] } } Method [ public method getApproximateSizes ] { - Parameters [2] { Parameter #0 [ array $start ] Parameter #1 [ array $limit ] } } Method [ public method compactRange ] { - Parameters [2] { Parameter #0 [ string $start ] Parameter #1 [ string $limit ] } } Method [ public method close ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [1] { Parameter #0 [ array $options ] } } Method [ public method getSnapshot ] { - Parameters [0] { } } } } Class [ class LevelDBWriteBatch ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ public method __construct ] { - Parameters [0] { } } Method [ public method set ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] Parameter #2 [ array $write_options ] } } Method [ public method put ] { - Parameters [3] { Parameter #0 [ string $key ] Parameter #1 [ string $value ] Parameter #2 [ array $write_options ] } } Method [ public method delete ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ array $write_options ] } } Method [ public method clear ] { - Parameters [0] { } } } } Class [ class LevelDBIterator ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [11] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ LevelDB $db ] Parameter #1 [ array $read_options ] } } Method [ public method valid ] { - Parameters [0] { } } Method [ public method rewind ] { - Parameters [0] { } } Method [ public method last ] { - Parameters [0] { } } Method [ public method seek ] { - Parameters [1] { Parameter #0 [ string $key ] } } Method [ public method next ] { - Parameters [0] { } } Method [ public method prev ] { - Parameters [0] { } } Method [ public method key ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } } Method [ public method getError ] { - Parameters [0] { } } Method [ public method destroy ] { - Parameters [0] { } } } } Class [ class LevelDBSnapshot ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ LevelDB $db ] } } Method [ public method release ] { - Parameters [0] { } } } } Class [ class LevelDBException extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } } }