PHP 8.3.31
Preview: ServerRequestFactoryInterface.php Size: 927 B
/home/getspomw/royalsquad.us/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php

<?php

namespace Psr\Http\Message;

interface ServerRequestFactoryInterface
{
    /**
     * Create a new server request.
     *
     * Note that server-params are taken precisely as given - no parsing/processing
     * of the given values is performed, and, in particular, no attempt is made to
     * determine the HTTP method or URI, which must be provided explicitly.
     *
     * @param string $method The HTTP method associated with the request.
     * @param UriInterface|string $uri The URI associated with the request. If
     *     the value is a string, the factory MUST create a UriInterface
     *     instance based on it.
     * @param array $serverParams Array of SAPI parameters with which to seed
     *     the generated request instance.
     *
     * @return ServerRequestInterface
     */
    public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface;
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
499 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
546 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
927 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
1.38 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
1.10 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
325 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download

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