msg_queue_exists

Check whether a message queue exists

Beschreibung

bool msg_queue_exists ( int $key )

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

  • msg_remove_queue
  • msg_receive
  • msg_stat_queue