NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
fclose — 关闭一个已打开的文件指针 bool fclose ( resource $handle ) feof — 测试文件指针是否到了文件结束的位置 bool feof ( resource $handle ) fopen — 打开文件或者 URL resource fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] ) fseek — 在文件指针中定位 int fseek ( resource $handle , int $offset [, int $whence = SEEK_SET ] ) ftell — 返回文件指针读/写的位置 int ftell ( resource $handle ) rewind — 倒回文件指针的位置 bool rewind ( resource $handle )