OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
znew1aws-ses
/
vendor
/
psr
/
http-factory
/
src
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/03/2025 08:37:16 AM
rwxr-xr-x
📄
RequestFactoryInterface.php
517 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
ResponseFactoryInterface.php
564 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
ServerRequestFactoryInterface.php
951 bytes
05/19/2025 10:07:15 AM
rw-r--r--
📄
StreamFactoryInterface.php
1.43 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
UploadedFileFactoryInterface.php
1.13 KB
05/19/2025 10:07:15 AM
rw-r--r--
📄
UriFactoryInterface.php
342 bytes
05/19/2025 10:07:15 AM
rw-r--r--
Editing: UriFactoryInterface.php
Close
<?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; }