📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:09:45
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Http
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Http
🔄 Refresh
✏️
Editing: RequestInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Http; /** * @method string getUri() */ interface RequestInterface { // public function getUri(): string; public function isXmlHttpRequest(): bool; public function isHtmlRequestFormat(): bool; public function hasSession(): bool; public function isSessionStarted(): bool; public function hasType(string $type): bool; /** * @return string|string[] */ public function getType(string $type): string|array; public function forgetType(string $type): void; public function hasHeader(string $key): bool; public function getHeader(string $key): ?string; }
💾 Save Changes
❌ Cancel