📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:26:00
📂
/ (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: ResponseInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Http; interface ResponseInterface { public function isRedirection(): bool; public function isJson(): bool; public function isHtml(): bool; public function isAttachment(): bool; public function isSuccessful(): bool; public function getContent(): string; public function setContent(string $content): void; public function hasHeader(string $key): bool; public function getHeader(string $key): ?string; /** * @param string|string[]|null $values */ public function setHeader(string $key, string|array|null $values): void; public function removeHeader(string $key): void; }
💾 Save Changes
❌ Cancel