|
msg_send(PHP 4 >= 4.3.0, PHP 5) msg_send — Send a message to a message queue Описание
bool msg_send
( resource $queue
, int $msgtype
, mixed $message
[, bool $serialize = true
[, bool $blocking = true
[, int &$errorcode
]]] )
msg_send() sends a message of type msgtype (which MUST be greater than 0) to the message queue specified by queue. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Upon successful completion the message queue data structure is updated as follows: msg_lspid is set to the process-ID of the calling process, msg_qnum is incremented by 1 and msg_stime is set to the current time. Смотрите также
|
|