Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16246 программистов и 1780 роботов. Сейчас ищут 1827 программистов ...
msg_queue_exists - Check whether a message queue exists
Вернуться к: Semaphore Функции
msg_queue_exists
(PHP 5 >= 5.3.0, PHP 7)
msg_queue_exists — Check whether a message queue exists
Описание
bool msg_queue_exists
( int
$key
)
Checks whether the message queue key
exists.
Список параметров
-
key
-
Queue key.
Возвращаемые значения
Возвращает TRUE
в случае успешного завершения или FALSE
в случае возникновения ошибки.
Смотрите также
- msg_remove_queue() - Destroy a message queue
- msg_receive() - Receive a message from a message queue
- msg_stat_queue() - Returns information from the message queue data structure
Вернуться к: Semaphore Функции