Searched refs:Shmop (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/shmop/ |
H A D | shmop.stub.php | 5 final class Shmop {} class 7 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {} 9 function shmop_read(Shmop $shmop, int $offset, int $size): string {} 12 function shmop_close(Shmop $shmop): void {} 14 function shmop_size(Shmop $shmop): int {} 16 function shmop_write(Shmop $shmop, string $data, int $offset): int {} 18 function shmop_delete(Shmop $shmop): bool {}
|
H A D | shmop_arginfo.h | 4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_shmop_open, 0, 4, Shmop, MAY_BE_FALSE) 12 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 18 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 22 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 26 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0) 32 ZEND_ARG_OBJ_INFO(0, shmop, Shmop, 0)
|
/PHP-8.0/ |
H A D | NEWS | 638 - Shmop: 705 - Shmop: 1510 - Shmop:
|
H A D | UPGRADING | 1100 - Shmop: 1101 . shmop_open() will now return a Shmop object rather than a resource. Return 1104 instead the Shmop instance is automatically destroyed if it is no longer
|
Completed in 12 milliseconds