X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/vendor/php-http/message-factory/src
home
/
gfecatvj
/
sites
/
restate
/
vendor
/
php-http
/
message-factory
/
src
/
๐
..
๐
MessageFactory.php
(212 B)
๐
RequestFactory.php
(827 B)
๐
ResponseFactory.php
(920 B)
๐
StreamFactory.php
(559 B)
๐
UriFactory.php
(458 B)
Editing: UriFactory.php
<?php namespace Http\Message; use Psr\Http\Message\UriInterface; /** * Factory for PSR-7 URI. * * @author Mรกrk Sรกgi-Kazรกr <mark.sagikazar@gmail.com> */ interface UriFactory { /** * Creates an PSR-7 URI. * * @param string|UriInterface $uri * * @return UriInterface * * @throws \InvalidArgumentException If the $uri argument can not be converted into a valid URI. */ public function createUri($uri); }
Upload File
Create Folder