📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 21:42:28
📂
/ (Root)
/
home
/
apkbfjox
/
kattu.com.pk
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Common
📍 /home/apkbfjox/kattu.com.pk/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common
🔄 Refresh
✏️
Editing: ToArrayInterface.php
Writable
<?php namespace Guzzle\Common; /** * An object that can be represented as an array */ interface ToArrayInterface { /** * Get the array representation of an object * * @return array */ public function toArray(); }
💾 Save Changes
❌ Cancel