Skip to content

Commit feafb2f

Browse files
committed
Add getLocalAddress() and getRemoteAddress() to SocketInterface
1 parent 80ece13 commit feafb2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Datagram/SocketInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ public function end();
2222
public function resume();
2323

2424
public function pause();
25+
26+
public function getLocalAddress();
27+
28+
public function getRemoteAddress();
2529
}

0 commit comments

Comments
 (0)