Posted by Jasper Bryant-Greene on 07/22/05 09:42
Vidyut Luther wrote:
> Hello,
> I have a question on how to get Server side system specific
> information via PHP, or just general direction on how to parse some of
> the information found in /proc
I just use file_get_contents() on the files in /proc. I would expect
that would be a lot faster than using system() to execute 'uptime' etc.
Jasper
Navigation:
[Reply to this message]
|