芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/slim/http/src/Factory/DecoratedServerRequestFactory.php
serverRequestFactory = $serverRequestFactory; } /** * @param string $method * @param UriInterface|string $uri * @param array{key: string, value: mixed}|array
$serverParams * @return ServerRequest */ public function createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface { $serverRequest = $this->serverRequestFactory->createServerRequest($method, $uri, $serverParams); return new ServerRequest($serverRequest); } }