[question] Find out free storage on the serv' with php scrip

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fishown
Forum Commoner
Posts: 33
Joined: Sat May 12, 2007 5:35 pm

[question] Find out free storage on the serv' with php scrip

Post by fishown »

Iv'e kinda gave up on that one so i came here to try my last resort.

As the topic says, Ther is any way to find out how much storage i got on my LINUX server hard-drive?

And I supose that the same for shared storage...

thank you. =]
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: [question] Find out free storage on the serv' with php s

Post by cpetercarter »

disc_total_space() and disc_free_space() may be what you are looking for.
Post Reply