PHP Classes

How to Use this System Info Class

Recommend this page to a friend!

      Simple PHP System Info class  >  All threads  >  How to Use this System Info Class  >  (Un) Subscribe thread alerts  
Subject:How to Use this System Info Class
Summary:Using System Info Class
Messages:3
Author:Imran Akhtar
Date:2013-04-25 05:50:18
Update:2013-09-24 21:32:13
 

  1. How to Use this System Info Class   Reply   Report abuse  
Picture of Imran Akhtar Imran Akhtar - 2013-04-25 05:50:18
I want to utilize this class. I work on XAMP on windows XP. I want to request the author of this class to give an example of using this clsass.

Thanks.
Imran

  2. Re: How to Use this System Info Class   Reply   Report abuse  
Picture of Daniel Daniel - 2013-05-01 14:28:04 - In reply to message 1 from Imran Akhtar
Try:

//Class Instance
$object = new ServerInfo();

Call Function
$object->Disk();

All the best

  3. Re: How to Use this System Info Class   Reply   Report abuse  
Picture of Sanjap Leonardo Sanjap Leonardo - 2013-09-24 21:32:13 - In reply to message 2 from Daniel
When i do

//Class Instance
$object = new ServerInfo();

Call Function
$object->Disk();

It returns Array. How can i see contents of array?