port check in PHP

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

    port check in PHP

    how can i check is port number xxx opened on localhost ?

    --
    pozdr.
    xEM~
  • Jon Kraft

    #2
    Re: port check in PHP

    xEM <xem_@boxmail.b iz> wrote:
    [color=blue]
    > how can i check is port number xxx opened on localhost ?[/color]

    You could use fsockopen():


    HTH;
    JOn

    Comment

    Working...