msg_queue_exists

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

msg_queue_existsCheck whether a message queue exists

Açıklama

msg_queue_exists(int$key): bool

Checks whether the message queue key exists.

Bağımsız Değişkenler

key

Queue key.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız

To Top