File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/stripe/stripe-php/lib/ApiResponse.php
Back
<?php namespace Stripe; /** * Class ApiResponse * * @package Stripe */ class ApiResponse { public $headers; public $body; public $json; public $code; /** * @param string $body * @param integer $code * @param array|null $headers * @param array|null $json * * @return obj An APIResponse */ public function __construct($body, $code, $headers, $json) { $this->body = $body; $this->code = $code; $this->headers = $headers; $this->json = $json; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings