PHPのお勉強!

PHP TOP

ディレクトリ

  • 定義済み定数
  • Directory — Directory クラス
  • ディレクトリ 関数
    • chdir — ディレクトリを変更する
    • chroot — ルートディレクトリを変更する
    • closedir — ディレクトリハンドルをクローズする
    • dir — ディレクトリクラスのインスタンスを返す
    • getcwd — カレントのワーキングディレクトリを取得する
    • opendir — ディレクトリハンドルをオープンする
    • readdir — ディレクトリハンドルからエントリを読み込む
    • rewinddir — ディレクトリハンドルを元に戻す
    • scandir — 指定されたパスのファイルとディレクトリのリストを取得する
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top