update : 2015.11.03
php.shukuma.com검색:
|
SAMConnection::peekAll(PECL sam >= 0.2.0) SAMConnection::peekAll — Read one or more messages from a queue without removing it from the queue. 설명
array SAMConnection::peekAll
( string
$target
[, array $properties
] )인수
반환값
This method returns an array of SAMMessage objects or 예제
Example #1 Retrieve all messages in a queue without removing them
<?php
Example #2 Retrieve all messages from a queue with a matching correlation id
<?php |