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
  • Synchronize changes to files (including metadata) fsync

    fsync

    Synchronizechangesto
  • Provide information about the document stat

    stat

    Provideinformationab
  • Get realpath cache entry realpath_cache_get

    realpath_cache_get

    Getrealpathcacheentr
  • Change the group to which the file belongs chgrp

    chgrp

    Changethegrouptowhic
  • Get file information through the opened file pointer fstat

    fstat

    Getfileinformationth
  • Rename a file or directory rename

    rename

    Renameafileordirecto
  • Rewind the file pointer position rewind

    rewind

    Rewindthefilepointer
  • Determine whether the given file name is a normal file is_file

    is_file

    Determinewhethertheg
Popular Articles