🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:02:21 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
psr
/
http-factory
/
src
📍 /opt/cpanel/ea-wappspector/vendor/psr/http-factory/src
🔄 Refresh
✏️
Editing: UriFactoryInterface.php
Read Only
<?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; }
💾 Save Changes
❌ Cancel