Current Location: Home> Function Categories> diskfreespace

diskfreespace

alias for disk_free_space
Name:diskfreespace
Category:File system
Programming Language:php
One-line Description:Alias for disk_free_space().

Example

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">diskfreespace</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"C:"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

Output:

 209693288558
Similar Functions