php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sysvsem.stub.php
Go to the documentation of this file.
1<?php
2
4
9final class SysvSemaphore
10{
11}
12
13function sem_get(int $key, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true): SysvSemaphore|false {}
14
15function sem_acquire(SysvSemaphore $semaphore, bool $non_blocking = false): bool {}
16
18
19function sem_remove(SysvSemaphore $semaphore): bool {}
sem_release(SysvSemaphore $semaphore)
sem_get(int $key, int $max_acquire=1, int $permissions=0666, bool $auto_release=true)
sem_remove(SysvSemaphore $semaphore)
sem_acquire(SysvSemaphore $semaphore, bool $non_blocking=false)
function(EX_VAR(opline->result.var))