|
PocketMine-MP 5.36.1 git-eaa7c4834c8fe2f379d24e7f0ee6cc63cfb18ccc
|
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.