I just want to know if the any "Built-in" function that return the number of the http connection,
Or even better the number of the peoples that curently downloading from my server.
Any if so, to check if certain IP is downloading from my site.
Thank you, again ;-]
[Q] check how much http connection
Moderator: General Moderators
Re: [Q] check how much http connection
Nope. Most of the information you want would require root access and would be unsafe for PHP to do.
Generally the builtin variables and functions are limited to a session.
http://us2.php.net/manual/en/reserved.v ... server.php
You could still write something to do this though. You may also find a stats script already written to do some of this as well.
Generally the builtin variables and functions are limited to a session.
http://us2.php.net/manual/en/reserved.v ... server.php
You could still write something to do this though. You may also find a stats script already written to do some of this as well.