WordPress\AiClientDependencies\Psr\Http\Message

UriFactoryInterface::createUripublicWP 1.0

Create a new URI.

Method of the class: UriFactoryInterface{}

No Hooks.

Returns

UriInterface.

Usage

$UriFactoryInterface = new UriFactoryInterface();
$UriFactoryInterface->createUri( $uri ): UriInterface;
$uri(string)
.
Default: ''

UriFactoryInterface::createUri() code WP 7.0

public function createUri(string $uri = ''): UriInterface;