Class BatchRequestTransfer
Batch transfer strategy used to efficiently transfer a batch of requests.
This class is to be used with Guzzle\Batch\BatchInterface
- Guzzle\Batch\BatchRequestTransfer implements Guzzle\Batch\BatchTransferInterface, Guzzle\Batch\BatchDivisorInterface
public
|
|
public
array|
|
#
createBatches(
Creates batches of requests by grouping requests by their associated curl multi object. Divide a queue of items into an array batches |
public
|
protected
integer
|
$batchSize
Size of each command batch |