Psr17Factory::createRequest( $method, $uri ) In this article Table of ContentsSource Related ↑ Back to top Source public function createRequest(string $method, $uri): RequestInterface { return new Request($method, $uri); } View all references View on Trac View on GitHub Related UsesDescriptionRequest::__construct()wp-includes/php-ai-client/third-party/Nyholm/Psr7/Request.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.