當前位置: 首頁> 函數類別大全> fileowner

fileowner

獲取文件所有者
名稱:fileowner
分類:文件系統
所屬語言:php
一句話介紹:文件的user ID (所有者)。

實例

<span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">fileowner</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>
同類函數
  • 將文件截斷到給定的長度 ftruncate

    ftruncate

    將文件截斷到給定的長度
  • 獲取一個連接的信息 linkinfo

    linkinfo

    獲取一個連接的信息
  • 獲取文件的最後訪問時間 fileatime

    fileatime

    獲取文件的最後訪問時間
  • 關閉進程文件指針 pclose

    pclose

    關閉進程文件指針
  • 在文件指針中定位 fseek

    fseek

    在文件指針中定位
  • 改變文件模式 chmod

    chmod

    改變文件模式
  • 用模式匹配文件名 fnmatch

    fnmatch

    用模式匹配文件名
  • 修改符號鏈接的所有組 lchgrp

    lchgrp

    修改符號鏈接的所有組
熱門文章