此函数返回网络套接字SOCKET本地端的打包地址。
以下是此函数的简单语法 -
getsockname SOCKET
此函数在错误时返回undef,否则在标量上下文中返回本地套接字的打包地址。
Following is the example code showing its basic usage −
When above code is executed, it produces the following result −