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 42fd9f7 commit efbb0b3Copy full SHA for efbb0b3
components/lock.rst
@@ -227,6 +227,10 @@ PHP process is terminated::
227
// the argument is the path of the directory where the locks are created
228
$store = new FlockStore(sys_get_temp_dir());
229
230
+.. note::
231
+
232
+ If no path is given, ``sys_get_temp_dir`` is used as default value.
233
234
.. caution::
235
236
Beware that some file systems (such as some types of NFS) do not support
0 commit comments