该函数调用System V IPC函数msgget(2)。 返回消息队列标识,如果有错误,则返回未定义的值。
以下是此函数的简单语法 -
msgget KEY, FLAGS
此函数在成功时返回错误和消息队列ID的undef。
Following is the example code showing its basic usage −
When above code is executed, it produces the following result −