|
fsyncSynchronizes changes to the file (including meta-data) Description
bool fsync(resource
$stream)This function synchronizes changes to the file, including its meta-data. This is similar to fflush, but it also instructs the operating system to write to the storage media. Parameters
Return Values
Returns Examples
Example #1 fsync example See Also
|