We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ece13 commit feafb2fCopy full SHA for feafb2f
1 file changed
Datagram/SocketInterface.php
@@ -22,4 +22,8 @@ public function end();
22
public function resume();
23
24
public function pause();
25
+
26
+ public function getLocalAddress();
27
28
+ public function getRemoteAddress();
29
}
0 commit comments