php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | SysvSemaphore |
Functions | |
sem_get (int $key, int $max_acquire=1, int $permissions=0666, bool $auto_release=true) | |
sem_acquire (SysvSemaphore $semaphore, bool $non_blocking=false) | |
sem_release (SysvSemaphore $semaphore) | |
sem_remove (SysvSemaphore $semaphore) | |
sem_acquire | ( | SysvSemaphore | $semaphore, |
bool | $non_blocking = false ) |
Definition at line 15 of file sysvsem.stub.php.
sem_get | ( | int | $key, |
int | $max_acquire = 1, | ||
int | $permissions = 0666, | ||
bool | $auto_release = true ) |
Definition at line 13 of file sysvsem.stub.php.
sem_release | ( | SysvSemaphore | $semaphore | ) |
Definition at line 17 of file sysvsem.stub.php.
sem_remove | ( | SysvSemaphore | $semaphore | ) |
Definition at line 19 of file sysvsem.stub.php.