update : 2015.11.03
php.shukuma.com검색:
|
SAMConnection::peek(PECL sam >= 0.1.0) SAMConnection::peek — Read a message from a queue without removing it from the queue. 설명인수
반환값
This method returns a SAMMessage object or 예제
Example #1 Retrieve the next message from a queue without removing it
<?php
Example #2 Retrieve a specific message from a queue without removing it from the queue
<?php |