update : 2015.11.03
php.shukuma.com검색:
|
msg_get_queue(PHP 4 >= 4.3.0, PHP 5) msg_get_queue — Create or attach to a message queue 설명
resource msg_get_queue
( int
$key
[, int $perms = 0666
] )
msg_get_queue() returns an id that can be used to
access the System V message queue with the given
인수
반환값Returns a resource handle that can be used to access the System V message queue. 참고
|