Current Location: Home> Function Categories> fileinode

fileinode

Get the inode of the file
Name:fileinode
Category:File system
Programming Language:php
One-line Description:Returns the inode number of the file.

Example

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">fileinode</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>
Similar Functions
  • Get the last access time of the file fileatime

    fileatime

    Getthelastaccesstime
  • Give information about a file or symbol connection lstat

    lstat

    Giveinformationabout
  • Change the group to which the file belongs chgrp

    chgrp

    Changethegrouptowhic
  • Determine whether the given file name is a symbolic connection is_link

    is_link

    Determinewhethertheg
  • Find file paths that match patterns glob

    glob

    Findfilepathsthatmat
  • Returns the location where the file pointer is read/write ftell

    ftell

    Returnsthelocationwh
  • Read files (safely used in binary files) fread

    fread

    Readfiles(safelyused
  • Positioning in file pointer fseek

    fseek

    Positioninginfilepoi