Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
disk_free_space.php : disk_free_space « File Directory « PHP
PHP
File Directory
disk_free_space
disk_free_space.php
<?php $drive =
"/usr"
; echo round((disk_free_space($drive) / 1048576), 2); ?>
Related examples in the same category