__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Psr\Http\Message;
interface ResponseFactoryInterface
{
/**
* Create a new response.
*
* @param int $code HTTP status code; defaults to 200
* @param string $reasonPhrase Reason phrase to associate with status code
* in generated response; if none is provided implementations MAY use
* the defaults as suggested in the HTTP specification.
*
* @return ResponseInterface
*/
public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| RequestFactoryInterface.php | File | 499 B | 0777 |
|
| ResponseFactoryInterface.php | File | 546 B | 0777 |
|
| ServerRequestFactoryInterface.php | File | 927 B | 0777 |
|
| StreamFactoryInterface.php | File | 1.38 KB | 0777 |
|
| UploadedFileFactoryInterface.php | File | 1.1 KB | 0777 |
|
| UriFactoryInterface.php | File | 325 B | 0777 |
|