File manager - Edit - /var/www/payraty/helpdesk/vendor/sentry/sentry/src/Integration/RequestFetcher.php
Back
<?php declare(strict_types=1); namespace Sentry\Integration; use GuzzleHttp\Psr7\ServerRequest; use Psr\Http\Message\ServerRequestInterface; /** * Default implementation for RequestFetcherInterface. Creates a request object * from the PHP superglobals. */ final class RequestFetcher implements RequestFetcherInterface { /** * {@inheritdoc} */ public function fetchRequest(): ?ServerRequestInterface { if (!isset($_SERVER['REQUEST_METHOD']) || \PHP_SAPI === 'cli') { return null; } return ServerRequest::fromGlobals(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings