Getting the IP address from a socket connection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriele Farina

    Getting the IP address from a socket connection

    Hi,

    how can I get the IP address from a connection returned by socket_accept() ??

    tnx
  • Chung Leong

    #2
    Re: Getting the IP address from a socket connection

    socket_getpeern ame()

    Uzytkownik "Gabriele Farina" <darkbard@exten ding-php.net> napisal w
    wiadomosci news:Ti32c.2859 $z23.94427@news 3.tin.it...[color=blue]
    > Hi,
    >
    > how can I get the IP address from a connection returned by[/color]
    socket_accept() ??[color=blue]
    >
    > tnx[/color]


    Comment

    Working...