Is there anyway to get access to underlying stream used by a ZipArchive
in php so that fsync
can be called on it?
I am looking to explicitly flush an archive I am creating to NFS to force propagation.
Is there anyway to get access to underlying stream used by a ZipArchive
in php so that fsync
can be called on it?
I am looking to explicitly flush an archive I am creating to NFS to force propagation.