WordPress\AiClientDependencies\Nyholm\Psr7
Uri::__toString
Method of the class: Uri{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Uri = new Uri(); $Uri->__toString(): string;
Uri::__toString() Uri:: toString code WP 7.0
public function __toString(): string
{
return self::createUriString($this->scheme, $this->getAuthority(), $this->path, $this->query, $this->fragment);
}