Url
final class Url (View source)
Methods
__construct(string $uri, Url|null $baseUrl = null, array $softErrors = null)
No description
string
getScheme()
No description
withScheme(string $scheme)
No description
string|null
getUsername()
No description
withUsername(string|null $username)
No description
string|null
getPassword()
No description
withPassword(string|null $password)
No description
string|null
getAsciiHost()
No description
string|null
getUnicodeHost()
No description
int|null
getPort()
No description
string
getPath()
No description
string|null
getQuery()
No description
string|null
getFragment()
No description
withFragment(string|null $fragment)
No description
bool
string
toAsciiString()
No description
string
toUnicodeString()
No description
array
__serialize()
No description
void
__unserialize(array $data)
No description
array
__debugInfo()
No description
Details
static Url|null
parse(string $uri, Url|null $baseUrl = null, array $errors = null)
No description
__construct(string $uri, Url|null $baseUrl = null, array $softErrors = null)
No description
string
getScheme()
No description
Url
withScheme(string $scheme)
No description
string|null
getUsername()
No description
Url
withUsername(string|null $username)
No description
string|null
getPassword()
No description
Url
withPassword(string|null $password)
No description
string|null
getAsciiHost()
No description
string|null
getUnicodeHost()
No description
Url
withHost(string|null $host)
No description
int|null
getPort()
No description
Url
withPort(int|null $port)
No description
string
getPath()
No description
Url
withPath(string $path)
No description
string|null
getQuery()
No description
Url
withQuery(string|null $query)
No description
string|null
getFragment()
No description
Url
withFragment(string|null $fragment)
No description
bool
equals(Url $url, UriComparisonMode $comparisonMode = \Uri\UriComparisonMode::ExcludeFragment)
No description
string
toAsciiString()
No description
string
toUnicodeString()
No description
Url
resolve(string $uri, array $softErrors = null)
No description
array
__serialize()
No description
void
__unserialize(array $data)
No description
array
__debugInfo()
No description