當前位置: 首頁> 函數類別大全> 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>
同類函數
  • 將緩衝內容輸出到文件 fflush

    fflush

    將緩衝內容輸出到文件
  • 關閉一個已打開的文件指針 fclose

    fclose

    關閉一個已打開的文件指針
  • stream_set_write_buffer 的別名 set_file_buffer

    set_file_buffer

    stream_set_write_buf
  • 獲取realpath 緩存條目 realpath_cache_get

    realpath_cache_get

    獲取realpath緩存條目
  • 提供有關文件的信息 stat

    stat

    提供有關文件的信息
  • 返回文件指針讀/寫的位置 ftell

    ftell

    返回文件指針讀/寫的位置
  • 修改符號鏈接的所有組 lchgrp

    lchgrp

    修改符號鏈接的所有組
  • 檢查文件或目錄是否存在 file_exists

    file_exists

    檢查文件或目錄是否存在
熱門文章