Are there any specific functions that will put all the system status in an array or something? like Uptime, IP, PHP Version, Free space, Free Memory, Bandwidth etc? Thanks in advanced
bump Anyone?
You can try SHOW TABLE STATUS to show the size etc of a mysql database/table the rest are specific functions themselves such as freespace, but I dont know of anything that can put all the data into an array, anyone else?
You might check out this project on sourceforge called phpSysInfo. It doesn't support Windows based systems if that matters to your situation.
that phpsysinfo script is very nice!
🙂