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
  • Change file mode chmod

    chmod

    Changefilemode
  • Lightweight consultation file locking flock

    flock

    Lightweightconsultat
  • Parsing configuration strings parse_ini_string

    parse_ini_string

    Parsingconfiguration
  • Modify all groups of symbolic links lchgrp

    lchgrp

    Modifyallgroupsofsym
  • Format input from a file fscanf

    fscanf

    Formatinputfromafile
  • Test whether the file pointer reaches the end of the file feof

    feof

    Testwhetherthefilepo
  • Positioning in file pointer fseek

    fseek

    Positioninginfilepoi
  • Change the group to which the file belongs chgrp

    chgrp

    Changethegrouptowhic
Popular Articles