msg_queue_exists
(PHP 5 >= 5.3.0, PHP 7)
msg_queue_exists — Check whether a message queue exists
Description
bool msg_queue_exists ( int $key ) Checks whether the message queue key exists.
Parameters
key
Queue key.
Return Values
Returns TRUE on success or FALSE on failure.
See Also
- msg_remove_queue() - Destroy a message queue
- msg_receive() - Receive a message from a message queue
- msg_stat_queue() - Returns information from the message queue data structure
← msg_get_queue
msg_receive →
© 1997–2017 The PHP Documentation GroupLicensed under the Creative Commons Attribution License v3.0 or later.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

