We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9b055 commit ba94d5bCopy full SHA for ba94d5b
src/Wrapper.php
@@ -33,6 +33,7 @@ public function stream_read($count)
33
34
public function stream_write($data)
35
{
36
+ sleep(2);
37
return fwrite($this->path, $data);
38
}
39
0 commit comments