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

fileinode

取得文件的inode
名稱:fileinode
分類:文件系統
所屬語言:php
一句話介紹:返回文件的inode 編號。

實例

<span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">fileinode</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>
同類函數
  • 更改當前的umask umask

    umask

    更改當前的umask
  • 修改符號鏈接的所有者 lchown

    lchown

    修改符號鏈接的所有者
  • is_writable 的別名 is_writeable

    is_writeable

    is_writable的別名
  • 返回規範化的絕對路徑名 realpath

    realpath

    返回規範化的絕對路徑名
  • 讀取文件(可安全用於二進製文件) fread

    fread

    讀取文件(可安全用於二進製文件)
  • 從文件指針中讀取一行 fgets

    fgets

    從文件指針中讀取一行
  • 將上傳的文件移動到新位置 move_uploaded_file

    move_uploaded_file

    將上傳的文件移動到新位置
  • 建立符號連接 symlink

    symlink

    建立符號連接