php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sysvmsg.stub.php
Go to the documentation of this file.
1<?php
2
4
9const MSG_IPC_NOWAIT = UNKNOWN;
14const MSG_EAGAIN = UNKNOWN;
19const MSG_ENOMSG = UNKNOWN;
24const MSG_NOERROR = UNKNOWN;
29const MSG_EXCEPT = UNKNOWN;
30
36{
37}
38
39function msg_get_queue(int $key, int $permissions = 0666): SysvMessageQueue|false {}
40
45function msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize = true, bool $blocking = true, &$error_code = null): bool {}
46
52 SysvMessageQueue $queue,
53 int $desired_message_type,
54 &$received_message_type,
55 int $max_message_size,
56 mixed &$message,
57 bool $unserialize = true,
58 int $flags = 0,
59 &$error_code = null
60): bool {}
61
63
65
67
68function msg_queue_exists(int $key): bool {}
$data
Definition bench.php:6
const MSG_IPC_NOWAIT
msg_get_queue(int $key, int $permissions=0666)
msg_queue_exists(int $key)
const MSG_NOERROR
msg_set_queue(SysvMessageQueue $queue, array $data)
msg_stat_queue(SysvMessageQueue $queue)
msg_remove_queue(SysvMessageQueue $queue)
const MSG_EXCEPT
const MSG_EAGAIN
msg_send(SysvMessageQueue $queue, int $message_type, $message, bool $serialize=true, bool $blocking=true, &$error_code=null)
msg_receive(SysvMessageQueue $queue, int $desired_message_type, &$received_message_type, int $max_message_size, mixed &$message, bool $unserialize=true, int $flags=0, &$error_code=null)
const MSG_ENOMSG
function(EX_VAR(opline->result.var))