Aviat\Banker\Pool::deleteItems
Removes multiple items from the pool.
Signature
public function deleteItems(array
$keys )
Parameters
$keys
— array
An array of keys that should be removed from the pool.
Returns
- bool
True if the items were successfully removed. False if there was an error.