Home
PHP
Tags
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
What Are the Differences Between fdatasync and fsync? When Should You Use Them?
4
Similar Functions
is_readable
is_readable
Determinewhetherthef
fseek
fseek
Positioninginfilepoi
chmod
chmod
Changefilemode
unlink
unlink
Deletefiles
file_exists
file_exists
Checkifthefileordire
is_writable
is_writable
Determinewhethertheg
fputcsv
fputcsv
FormatthelinetoCSVan
filesize
filesize
Getfilesize
Popular Articles
What Are the Differences Between fdatasync and fsync? When Should You Use Them?