getHost()
Retrieve the host component of the URI.
getFragment()
Retrieve the fragment component of the URI.
Value object representing a URI.
__toString()
Return the string representation as a URI reference.
withQuery($query)
Return an instance with the specified query string.
getUserInfo()
Retrieve the user information component of the URI.
getScheme()
Retrieve the scheme component of the URI.
withPath($path)
Return an instance with the specified path.
getAuthority()
Retrieve the authority component of the URI.
getPath()
Retrieve the path component of the URI.
withHost($host)
Return an instance with the specified host.
getPort()
Retrieve the port component of the URI.
withPort($port)
Return an instance with the specified port.
withFragment($fragment)
Return an instance with the specified URI fragment.
withScheme($scheme)
Return an instance with the specified scheme.
withUserInfo($user, $password=null)
Return an instance with the specified user information.
getQuery()
Retrieve the query string of the URI.