Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fdatasync
fdatasync
Synchronize data (but not metadata) to a file
Name:
fdatasync
Category:
File system
Programming Language:
php
One-line Description:
Synchronize data (but not metadata) to a file
Related
array_slice The trap of the return value without modifying the original array
9
How to avoid garbled code problems during interception of mb_strcut
7
How to use ob_list_handlers for cache debugging and optimization during development
4
Solve common reasons when the return value of mb_get_info is null
2
Similar Functions
file_put_contents
file_put_contents
Writedatatoafile
pathinfo
pathinfo
Returnsthefilepathin
tempnam
tempnam
Createafilewithauniq
file
file
Readtheentirefileint
parse_ini_string
parse_ini_string
Parsingconfiguration
fstat
fstat
Getfileinformationth
unlink
unlink
Deletefiles
basename
basename
Returnsthefilenamepa
Popular Articles