WordPress\AiClientDependencies\Nyholm\Psr7

Uri::__toStringpublicWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Uri = new Uri();
$Uri->__toString(): string;

Uri::__toString() code WP 7.0

public function __toString(): string
{
    return self::createUriString($this->scheme, $this->getAuthority(), $this->path, $this->query, $this->fragment);
}