pocketmine\Server::isOp PHP Method

isOp() public method

public isOp ( string $name ) : boolean
$name string
return boolean
    public function isOp($name)
    {
        return $this->operators->exists($name, true);
    }
Server