X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/psr/http-factory/src
home
/
cbholdings
/
pasukulu
/
lib
/
psr
/
http-factory
/
src
/
📁
..
📄
RequestFactoryInterface.php
(499 B)
📄
ResponseFactoryInterface.php
(546 B)
📄
ServerRequestFactoryInterface.php
(927 B)
📄
StreamFactoryInterface.php
(1.38 KB)
📄
UploadedFileFactoryInterface.php
(1.08 KB)
📄
UriFactoryInterface.php
(325 B)
Editing: 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; }
Upload File
Create Folder