This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Query | |
{ | |
/** @var string[] */ | |
private $server; | |
/** @var string[] */ | |
private $fetchedData; | |
public function __construct($host = '', $port = 19132) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<details> | |
<summary>Spoiler Title</summary> | |
Text in spoiler here... | |
Blah... | |
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace PocketLegion\Levels; | |
use _64FF00\PurePerms\PurePerms; | |
use PocketLegion\Core\PocketLegionCore; | |
use pocketmine\block\Block; | |
use pocketmine\item\Item; | |
use pocketmine\Player; | |
class PocketLegionLevels{ | |
/** @var String[] */ | |
public $players = []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dain't | |
lavishmen't | |
in'tercede | |
involun'tarily | |
ren'table | |
presen'tific | |
spen't | |
in'testine | |
calefacien't | |
amen't |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* @param string $text | |
* @param int $amount | |
* | |
* @return array | |
* | |
*/ |