msg_queue_exists

(PHP 5 >= 5.3.0, PHP 7)

msg_queue_existsCheck whether a message queue exists

Beschreibung

msg_queue_exists ( int $key ) : bool

Checks whether the message queue key exists.

Parameter-Liste

key

Queue key.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch