PHP文件系统函数完整参考
Filesystem函数用于访问和操作文件系统。它是PHP代码的一部分,因此无需安装这些功能。
为了访问系统上的文件,将使用文件路径。在 Unix 系统上,正斜杠 (/) 用作目录分隔符,在 Windows 平台上,将使用正斜杠 (/) 和反斜杠 (\)。
完整的文件系统函数列表如下:
- PHP | basename()函数
- PHP | chgrp()函数
- PHP | chmod()函数
- PHP | chown()函数
- PHP |复制()函数
- PHP | dirname()函数
- PHP | disk_free_space()函数
- PHP | disk_total_space()函数
- PHP | fclose()函数
- PHP | feof()函数
- PHP | fflush()函数
- PHP | fgetc()函数
- PHP | fgets()函数
- PHP | fgetss()函数
- PHP | file_exists()函数
- PHP | file_get_contents()函数
- PHP | file_put_contents()函数
- PHP | fileatime()函数
- PHP | filectime()函数
- PHP | filemtime()函数
- PHP | fileperms()函数
- PHP |文件大小()函数
- PHP |文件类型()函数
- PHP | SplFileObjectflock()函数
- PHP | fnmatch()函数
- PHP | fopen() (函数打开文件或 URL)
- PHP | fpassthru()函数
- PHP | fputcsv()函数
- PHP | fputs()函数
- PHP | fread()函数
- PHP | fseek()函数
- PHP | fstat()函数
- PHP | ftell()函数
- PHP | ftruncate()函数
- PHP | fwrite()函数
- PHP | is_dir()函数
- PHP | is_executable()
- PHP | is_file()函数
- PHP | is_link()函数
- PHP | is_readable()函数
- PHP | is_uploaded_file()函数
- PHP | is_writable()函数
- PHP |链接()函数
- PHP | lstat()函数
- PHP | mkdir()函数
- PHP | pathinfo()函数
- PHP | pclose()函数
- PHP | popen()函数
- PHP | readfile()函数
- PHP | realpath()函数
- PHP | rename()函数
- PHP | rewind()函数
- PHP | rmdir()函数
- PHP | stat()函数
- PHP |符号链接()函数
- PHP | tmpfile()函数
- PHP |触摸()函数
- PHP |取消链接()函数