KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Semaphore
ftok
msg_get_queue
msg_queue_exists
msg_receive
msg_remove_queue
msg_send
msg_set_queue
msg_stat_queue
sem_acquire
sem_get
sem_release
sem_remove
shm_attach
shm_detach
shm_get_var
shm_has_var
shm_put_var
shm_remove
shm_remove_var
Home
>
PHP
>
Function
>
Semaphore
>
msg_queue_exists()
msg_queue_exists()
msg_queue_exists - Check whether a message queue exists
Syntax
bool
msg_queue_exists
(
int
$key)
Arguments
key - Queue key.
Description
Checks whether the message queue key exists.
Version
PHP 5.3.0
Return value
Returns TRUE on success or FALSE on failure.