PHP disk_free_space() Function
Complete PHP Filesystem Reference
Definition and Usage
The disk_free_space() function returns the free space, in bytes, of the
specified
directory.
Syntax
disk_free_space(directory)
|
Parameter |
Description |
directory |
Required. Specifies the directory to check |
Example
<?php
echo disk_free_space("C:");
?>
|
The output of the code above could be:
Complete PHP Filesystem Reference
The Altova MissionKit is a suite of intelligent XML tools, including:
XMLSpy® – industry-leading XML editor
- Support for all XML-based technologies
- Graphical editing views, powerful debuggers, code generation, & more
MapForce® – graphical data mapping tool
- Drag-and-drop data conversion with code generation
- Support for XML, DBs, EDI, Excel® 2007, text, Web services
StyleVision® – visual stylesheet designer
- Drag-and-drop stylesheet design for XML & databases
- Output to HTML, PDF, RTF, Word 2007, & more
And more…
Try before you buy with a free fully functional 30-day trial
Download today
|