Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /home/dent/public_html/book/vendor/GuzzleHttp/
File Upload :
Current File : /home/dent/public_html/book/vendor/GuzzleHttp/ToArrayInterface.php

<?php

namespace GuzzleHttp;

/**
 * An object that can be represented as an array
 */
interface ToArrayInterface
{
    /**
     * Get the array representation of an object
     *
     * @return array
     */
    public function toArray();
}