Reply to Re: [PHP] Re: System specific information gathering
Posted by Ramil Sagum on 07/23/05 07:09
On 7/23/05, Vidyut Luther <vid@phpcult.com> wrote:
> Ok,
> If I use the file_get_contents.. how do I actually parse the
> contents on /proc/uptime
> cat /proc/uptime
> 1400293.13 1317047.64
The first number is the total uptime in seconds, the second number is
the total idle time.