PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-includes
/
php-ai-client
/
third-party
/
Psr
/
Http
/
Message
<?php namespace WordPress\AiClientDependencies\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; }
[-] ResponseInterface.php
[edit]
[-] ServerRequestFactoryInterface.php
[edit]
[-] UriInterface.php
[edit]
[-] MessageInterface.php
[edit]
[-] StreamInterface.php
[edit]
[-] UploadedFileInterface.php
[edit]
[-] RequestInterface.php
[edit]
[-] RequestFactoryInterface.php
[edit]
[-] UriFactoryInterface.php
[edit]
[+]
..
[-] StreamFactoryInterface.php
[edit]
[-] UploadedFileFactoryInterface.php
[edit]
[-] ResponseFactoryInterface.php
[edit]
[-] ServerRequestInterface.php
[edit]