= 5.3.0, PHP 7, PHP 8)msg_queue_exists — Check whether a message queue exists說明msg_queue_exists(int $key): boolChecks whether ">
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
msg_queue_exists — Check whether a message queue exists
$key
): bool
Checks whether the message queue key
exists.
key
Queue key.
成功時(shí)返回 true
, 或者在失敗時(shí)返回 false
。