mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-16 22:11:15 +00:00
Finalize extension documentation
This commit is contained in:
10
php_modules/sysvsem/README.md
Normal file
10
php_modules/sysvsem/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# sysvsem
|
||||
|
||||
These modules provide wrappers for the System V IPC family of functions. It includes semaphores, shared memory and inter-process messaging (IPC).
|
||||
|
||||
Semaphores may be used to provide exclusive access to resources on the current machine, or to limit the number of processes that may simultaneously use a resource.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.sem.php |
|
||||
| Class | https://www.php.net/manual/en/class.sysvsemaphore.php |
|
||||
Reference in New Issue
Block a user