Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is automatic generated document for things in Swow\Psr7\Message\UriPlusInterface class

Interface UriPlusInterface

Methods

Method getAuthority

public function getAuthority ( ) : string

Method getFragment

public function getFragment ( ) : string

Method getHost

public function getHost ( ) : string

Method getPath

public function getPath ( ) : string

Method getPort

public function getPort ( ) : ?int

Method getQuery

public function getQuery ( ) : string

Method getQueryParams

public function getQueryParams ( ) : array<string, string>

Method getScheme

public function getScheme ( ) : string

Method getUserInfo

public function getUserInfo ( ) : string

Method setFragment

public function setFragment ( string $fragment ) : static

Method setHost

public function setHost ( string $host ) : static

Method setPath

public function setPath ( string $path ) : static

Method setPort

public function setPort ( ?int $port ) : static

Method setQuery

public function setQuery ( string $query ) : static

Method setQueryParams

public function setQueryParams ( array<string, string> $queryParams ) : static

Method setScheme

public function setScheme ( string $scheme ) : static

Method setUserInfo

public function setUserInfo ( string $user , string $password ) : static

Method toString

public function toString ( ) : string

Method withFragment

public function withFragment ( string $fragment ) : static

Method withHost

public function withHost ( string $host ) : static

Method withPath

public function withPath ( string $path ) : static

Method withPort

public function withPort ( int $port ) : static

Method withQuery

public function withQuery ( string $query ) : static

Method withQueryParams

public function withQueryParams ( array<string, string> $queryParams ) : static

Method withScheme

public function withScheme ( string $scheme ) : static

Method withUserInfo

public function withUserInfo ( string $user , string $password ) : static

Copyright 2022 the Swow contributors