PHP latency is read long enough to ensure writing
3 answers
@symcbean is correct. You need to close the handle you are working on first using fclose. Then open the read connection. The way PHP works is that it will not move to the next line until the previous line has completed operations. So if you are interested in reading after writing, make sure it is in code. This differs from java and javaScript, where triggers call code snippets to run.
0
a source to share