msg_send

msg_send

(PHP 4 >= 4.3.0, PHP 5, PHP 7)

msg_sendSend a message to a message queue

Description

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.