File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/HttpClient/Request.php
Back
<?php declare(strict_types=1); namespace Sentry\HttpClient; /** * @internal */ final class Request { /** * @var string */ private $stringBody; public function hasStringBody(): bool { return $this->stringBody !== null; } public function getStringBody(): ?string { return $this->stringBody; } public function setStringBody(string $stringBody): void { $this->stringBody = $stringBody; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings