| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 Collaboration diagram for raklib\utils\InternetAddress:Public Member Functions | |
| __construct (private string $ip, private int $port, private int $version) | |
| __toString () | |
| equals (InternetAddress $address) | |
| getIp () | |
| getPort () | |
| getVersion () | |
| toString () | |
Definition at line 19 of file InternetAddress.php.
| raklib\utils\InternetAddress::__construct | ( | private string | $ip, | 
| private int | $port, | ||
| private int | $version ) | 
Definition at line 20 of file InternetAddress.php.
| raklib\utils\InternetAddress::__toString | ( | ) | 
Definition at line 42 of file InternetAddress.php.
| raklib\utils\InternetAddress::equals | ( | InternetAddress | $address | ) | 
Definition at line 50 of file InternetAddress.php.
| raklib\utils\InternetAddress::getIp | ( | ) | 
Definition at line 30 of file InternetAddress.php.
| raklib\utils\InternetAddress::getPort | ( | ) | 
Definition at line 34 of file InternetAddress.php.
| raklib\utils\InternetAddress::getVersion | ( | ) | 
Definition at line 38 of file InternetAddress.php.
| raklib\utils\InternetAddress::toString | ( | ) | 
Definition at line 46 of file InternetAddress.php.