Current Location: Home> Function Categories> filegroup

filegroup

Group of files obtained
Name:filegroup
Category:File system
Programming Language:php
One-line Description:Returns the group ID 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">filegroup</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
  • Positioning in file pointer fseek

    fseek

    Positioninginfilepoi
  • Get the last access time of the file fileatime

    fileatime

    Getthelastaccesstime
  • Format input from a file fscanf

    fscanf

    Formatinputfromafile
  • Rename a file or directory rename

    rename

    Renameafileordirecto
  • Synchronize data (but not metadata) to a file fdatasync

    fdatasync

    Synchronizedata(butn
  • Export buffered content to file fflush

    fflush

    Exportbufferedconten
  • Give information about a file or symbol connection lstat

    lstat

    Giveinformationabout
  • Read a line from the file pointer and parse the CSV field fgetcsv

    fgetcsv

    Readalinefromthefile
Popular Articles