Query: msg_get_queue
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSG_GET_QUEUE(3) 1 MSG_GET_QUEUE(3) msg_get_queue - Create or attach to a message queueSYNOPSISresource msg_get_queue (int $key, [int $perms = 0666])DESCRIPTIONmsg_get_queue(3) returns an id that can be used to access the System V message queue with the given $key. The first call creates the mes- sage queue with the optional $perms. A second call to msg_get_queue(3) for the same $key will return a different message queue identifier, but both identifiers access the same underlying message queue.PARAMETERSo $key - Message queue numeric ID o $perms - Queue permissions. Default to 0666. If the message queue already exists, the $perms will be ignored.RETURN VALUESReturns a resource handle that can be used to access the System V message queue.SEE ALSOmsg_remove_queue(3), msg_receive(3), msg_send(3), msg_stat_queue(3), msg_set_queue(3). PHP Documentation Group MSG_GET_QUEUE(3)
Related Man Pages |
---|
msgget(2) - hpux |
msgget(2) - netbsd |
msg_get_queue(3) - php |
mqseries_put1(3) - php |
msg_send(3) - php |
Similar Topics in the Unix Linux Community |
---|
Moderation queue again |
message queue |
regarding socket & mssage queue |
UNIX Message Queue |
IPC Message Queue. msgrcv doesnt work.. |