PHP 8.2.31
Preview: UriFactoryInterface.php Size: 325 B
/opt/cpanel/ea-wappspector/vendor/psr/http-factory/src/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;
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
499 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
546 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
927 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
1.38 KB lrw-r--r-- 2024-04-15 12:06:14
Edit Download
1.10 KB lrw-r--r-- 2024-04-15 12:06:14
Edit Download
325 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).