Uri::__toString()

In this article

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.