PHP-Minecraft-Rcon icon indicating copy to clipboard operation
PHP-Minecraft-Rcon copied to clipboard

use doesn't work

Open siveryt opened this issue 4 years ago • 1 comments

Hello, i'm currently writing a RCON-PHP-Client and i want to use this rocn.php. But if i'm trying to use it VSCode says at use Thedudeguy\Rcon;: syntax error, unexpected 'use' (T_USE) https://i.imgur.com/v8bYmvL.png Can someone help me?

siveryt avatar Oct 19 '20 07:10 siveryt

This is not an issue with PHP-Minecraft-Rcon. RTFM: https://www.php.net/manual/en/language.namespaces.importing.php

You probably just need to set a namespace Foo; before your use xxx;.

ricardoboss avatar Oct 22 '20 12:10 ricardoboss