Class BatchCommandTransfer
Efficiently transfers multiple commands in parallel per client
This class is to be used with Guzzle\Batch\BatchInterface
- Guzzle\Batch\BatchCommandTransfer implements Guzzle\Batch\BatchTransferInterface, Guzzle\Batch\BatchDivisorInterface
public
|
|
public
array|
|
#
createBatches(
Creates batches by grouping commands by their associated client Divide a queue of items into an array batches |
public
|
protected
integer
|
$batchSize
Size of each command batch |