Dutch PHP Conference 2025 - Call For Papers

msg_remove_queue

(PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8)

msg_remove_queueDestroy a message queue

Опис

msg_remove_queue(SysvMessageQueue $queue): bool

msg_remove_queue() destroys the message queue specified by the queue. Only use this function when all processes have finished working with the message queue and you need to release the system resources held by it.

Параметри

queue

The message queue.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Журнал змін

Версія Опис
8.0.0 queue expects a SysvMessageQueue instance now; previously, a resource was expected.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top