當前位置: 首頁> 函數類別大全> 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>
同類函數
  • 從文件指針中讀取一行 fgets

    fgets

    從文件指針中讀取一行
  • 將整個文件讀入一個字符串 file_get_contents

    file_get_contents

    將整個文件讀入一個字符串
  • 修改符號鏈接的所有者 lchown

    lchown

    修改符號鏈接的所有者
  • 將數據(但不是元數據)同步到文件 fdatasync

    fdatasync

    將數據(但不是元數據)同步到文件
  • 返回符號鏈接的目標 readlink

    readlink

    返回符號鏈接的目標
  • 關閉一個已打開的文件指針 fclose

    fclose

    關閉一個已打開的文件指針
  • 返迴路徑中的目錄部分 dirname

    dirname

    返迴路徑中的目錄部分
  • is_writable 的別名 is_writeable

    is_writeable

    is_writable的別名
熱門文章