Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
backupbuddy
/
destinations
/
_s3lib2
/
Guzzle
/
Common
:
ToArrayInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); }