msg_queue_exists

Check whether a message queue exists

Description

bool msg_queue_exists ( int $key )

Checks whether the message queue key exists.

Parameters

key

Queue key.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

  • msg_remove_queue
  • msg_receive
  • msg_stat_queue