mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-08 23:09:43 +00:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
<?php
|
|
|
|
class LevelDB{
|
|
/**
|
|
* @param string $key
|
|
* @param array<string, mixed> $read_options
|
|
*
|
|
* @return string|false
|
|
*/
|
|
public function get($key, array $read_options = []){}
|
|
} |