現在の位置: ホーム> 関数カテゴリ一覧> fileinode

fileinode

ファイルのイノードを取得します
名前:fileinode
カテゴリ:ファイルシステム
対応言語:php
一言説明:ファイルのイノード番号を返します。

<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>
類似の関数
  • ファイルまたはディレクトリが存在するかどうかを確認します file_exists

    file_exists

    ファイルまたはディレクトリが存在するかど
  • 開いたファイルポインターを閉じます fclose

    fclose

    開いたファイルポインターを閉じます
  • 構成ファイルを解析します parse_ini_file

    parse_ini_file

    構成ファイルを解析します
  • ファイルポインターから行を読んで、CSVフィールドを解析する fgetcsv

    fgetcsv

    ファイルポインターから行を読んで、CSV
  • 象徴的なつながりを確立します symlink

    symlink

    象徴的なつながりを確立します
  • ファイルタイプを取得します filetype

    filetype

    ファイルタイプを取得します
  • ファイルのイノード変更時間を取得します filectime

    filectime

    ファイルのイノード変更時間を取得します
  • ファイルサイズを取得します filesize

    filesize

    ファイルサイズを取得します