File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/psr/http-factory/src
Upload
[..]
RequestFactoryInterface.php (499 B)
Edit
Rename
Del
ResponseFactoryInterface.php (546 B)
Edit
Rename
Del
StreamFactoryInterface.php (1.38 KB)
Edit
Rename
Del
UriFactoryInterface.php (325 B)
Edit
Rename
Del
Edit: UriFactoryInterface.php
<?php namespace Psr\Http\Message; interface UriFactoryInterface { /** * Create a new URI. * * @param string $uri * * @return UriInterface * * @throws \InvalidArgumentException If the given URI cannot be parsed. */ public function createUri(string $uri = ''): UriInterface; }
Simpan