Check whether a message queue exists

msg_queue_exists

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

msg_queue_existsCheck whether a message queue exists

說明

msg_queue_exists(int $key): bool

Checks whether the message queue key exists.

參數

key

Queue key.

返回值

成功時返回 true, 或者在失敗時返回 false

參見

Leave a Reply

Your email address will not be published. Required fields are marked *