當前位置: 首頁> 函數類別大全> 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>
同類函數
  • 修改符號鏈接的所有組 lchgrp

    lchgrp

    修改符號鏈接的所有組
  • 參見unlink() 或unset()(PHP 沒有delete 關鍵詞或函數) delete

    delete

    參見unlink()或unset()(P
  • 輸出文件 readfile

    readfile

    輸出文件
  • 返回文件指針讀/寫的位置 ftell

    ftell

    返回文件指針讀/寫的位置
  • 通過已打開的文件指針取得文件信息 fstat

    fstat

    通過已打開的文件指針取得文件信息
  • 測試文件指針是否到了文件結束的位置 feof

    feof

    測試文件指針是否到了文件結束的位置
  • 返回符號鏈接的目標 readlink

    readlink

    返回符號鏈接的目標
  • 將文件截斷到給定的長度 ftruncate

    ftruncate

    將文件截斷到給定的長度
熱門文章