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 8be40b3 commit e1e1175Copy full SHA for e1e1175
generated/sem.php
@@ -229,6 +229,9 @@ function sem_acquire($sem_identifier, bool $nowait = false): void
229
* will return a different semaphore identifier, but both
230
* identifiers access the same underlying semaphore.
231
*
232
+ * If key is 0, a new private semaphore
233
+ * is created for each call to sem_get.
234
+ *
235
* @param int $key
236
* @param int $max_acquire The number of processes that can acquire the semaphore simultaneously
237
* is set to max_acquire.
0 commit comments