php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
shmop.stub.php
Go to the documentation of this file.
1<?php
2
4
9final class Shmop {}
10
11function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {}
12
13function shmop_read(Shmop $shmop, int $offset, int $size): string {}
14
15#[\Deprecated(since: '8.0', message: 'as Shmop objects are freed automatically')]
17
18function shmop_size(Shmop $shmop): int {}
19
20function shmop_write(Shmop $shmop, string $data, int $offset): int {}
21
22function shmop_delete(Shmop $shmop): bool {}
$data
Definition bench.php:6
shmop_size(Shmop $shmop)
shmop_read(Shmop $shmop, int $offset, int $size)
shmop_write(Shmop $shmop, string $data, int $offset)
shmop_open(int $key, string $mode, int $permissions, int $size)
shmop_delete(Shmop $shmop)
shmop_close(Shmop $shmop)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)
function(EX_VAR(opline->result.var))