Delay PHP read long enough to ensure write

Posted by safetycopy on Stack Overflow See other posts from Stack Overflow or by safetycopy
Published on 2010-05-20T05:37:26Z Indexed on 2010/05/20 5:40 UTC
Read the original article Hit count: 238

Filed under:
|
|

How do I delay a PHP script that writes to a text file and then reads from the same file long enough to make sure changes have been written before I attempt the read?

© Stack Overflow or respective owner

Related posts about php

Related posts about read