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.
2 parents 3f8017f + f63f3bb commit 797aae5Copy full SHA for 797aae5
core/mutex.class.inc.php
@@ -22,7 +22,9 @@
22
* A class to serialize the execution of some code sections
23
* Emulates the API of PECL Mutex class
24
* Relies on MySQL locks because the API sem_get is not always present in the
25
- * installed PHP.
+ * installed PHP.
26
+ *
27
+ * @link https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html MySQL locking functions documentation
28
*
29
* @copyright Copyright (C) 2013-2023 Combodo SARL
30
* @license http://opensource.org/licenses/AGPL-3.0
0 commit comments