• fclose

    fclose — 关闭一个已打开的文件指针

    2110

  • feof

    feof — 测试文件指针是否到了文件结束的位置

    1588

  • fflush

    (PHP 4 >= 4.0.1, PHP 5, PHP 7) fflush — 将缓冲内容输出到文件

    1321

  • fgetc

    fgetc — 从文件指针中读取字符

    1836

  • fgetcsv

    (PHP 4, PHP 5, PHP 7) fgetcsv — 从文件指针中读入一行并解析 CSV 字段

    28792

  • fgets

    fgets — 从文件指针中读取一行

    2372

  • fgetss

    fgetss — 从文件指针中读取一行并过滤掉 HTML 标记

    1797

  • file_exists

    file_exists — 检查文件或目录是否存在

    2344

  • file_get_contents

    file_get_contents — 将整个文件读入一个字符串

    4501

  • file

    file — 把整个文件读入一个数组中

    6122

  • fileatime

    fileatime — 取得文件的上次访问时间

    1647

  • filectime

    (PHP 4, PHP 5, PHP 7) filectime — 取得文件的 inode 修改时间

    1304

  • filegroup

    (PHP 4, PHP 5, PHP 7) filegroup — 取得文件的组

    1303

  • fileinode

    (PHP 4, PHP 5, PHP 7) fileinode — 取得文件的 inode

    1201

Popular Entries