当前位置: 首页> 函数类别大全> filegroup

filegroup

取得文件的组
名称:filegroup
分类:文件系统
所属语言:php
一句话介绍:返回文件的组 ID。

实例

<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>
同类函数
  • 判断给定文件名是否为一个正常的文件  is_file

    is_file

    判断给定文件名是否为一个正常的文件
  • 清除文件状态缓存  clearstatcache

    clearstatcache

    清除文件状态缓存
  • 获取 realpath 缓存条目  realpath_cache_get

    realpath_cache_get

    获取realpath缓存条目
  • 从文件指针中读取一行  fgets

    fgets

    从文件指针中读取一行
  • 更改文件所有者  chown

    chown

    更改文件所有者
  • 输出文件指针处的所有剩余数据  fpassthru

    fpassthru

    输出文件指针处的所有剩余数据
  • 返回路径中的目录部分  dirname

    dirname

    返回路径中的目录部分
  • 将数据(但不是元数据)同步到文件  fdatasync

    fdatasync

    将数据(但不是元数据)同步到文件
热门文章