As I mentioned in my previous question about traffic lights , I came across a question regarding #, because when the response author quotes about Semaphores , he references that documentation link where we have several functions in PHP with the prefix msg_
.
I have the small impression that this refers to the message queues , but I wanted to confirm the utility of this in PHP, since the documentation is not very clear about the utilities of the functions.
Could anyone explain, for example, what are the purposes of these functions below?
msg_receive
msg_remove_queue
msg_send
msg_set_queue
msg_stat_queue