首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
fsync
fsync
同步对文件的更改(包括元数据)
名称:
fsync
分类:
文件系统
所属语言:
php
一句话介绍:
同步对文件的更改(包括元数据)
相关内容
在 PHP 中避免 is_nan 与 is_infinite 重复判断的技巧
2
PHP 中 next_result() 搭配 store_result() 的正确使用方式
6
apcu_entry 和 apcu_fetch 的最佳配合使用方法
4
gmdate 与 strtotime 结合处理日期加减
7
同类函数
is_readable
is_readable
判断文件是否存在且可读
touch
touch
设定文件的访问和修改时间
fpassthru
fpassthru
输出文件指针处的所有剩余数据
fileperms
fileperms
获取文件权限
rename
rename
重命名文件或目录
readfile
readfile
输出文件
dirname
dirname
返回路径中的目录部分
disk_free_space
disk_free_space
返回文件系统或磁盘分区上的可用空间
热门文章