X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/psr/http-factory/src
opt
/
cpanel
/
ea-wappspector
/
vendor
/
psr
/
http-factory
/
src
/
??
..
??
RequestFactoryInterface.php
(499 B)
??
ResponseFactoryInterface.php
(546 B)
??
ServerRequestFactoryInterface.php
(927 B)
??
StreamFactoryInterface.php
(1.38 KB)
??
UploadedFileFactoryInterface.php
(1.1 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