rfc:fsync_function

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:fsync_function [2021/01/30 16:01] – update to under discussion, emailed internals dwgeblerrfc:fsync_function [2021/01/30 16:24] – Added example failure on non-file resource dwgebler
Line 18: Line 18:
  
 bool(true) bool(true)
 +
 +$fp = fopen('php://memory','w+');
 +fwrite($fp,"Test line 1\nLine 2\n");
 +var_dump(fsync($fp));
 +
 +Warning: fsync(): Can't fsync this stream in php shell code on line 1
 +bool(false)
 </code> </code>
  
rfc/fsync_function.txt · Last modified: 2021/04/13 14:10 by nikic