📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 20:25:05
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Batch
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch
🔄 Refresh
✏️
Editing: BatchTransferInterface.php
Writable
<?php namespace Guzzle\Batch; /** * Interface used for transferring batches of items */ interface BatchTransferInterface { /** * Transfer an array of items * * @param array $batch Array of items to transfer */ public function transfer(array $batch); }
💾 Save Changes
❌ Cancel