class CRM_Utils_Url

Methods

static UriInterface
parseUrl(string $url)

Parse url to a UriInterface.

static string
unparseUrl(UriInterface $parsed)

Unparse url back to a string.

Details

at line 40
static UriInterface parseUrl(string $url)

Parse url to a UriInterface.

Parameters

string $url

Return Value

UriInterface

at line 51
static string unparseUrl(UriInterface $parsed)

Unparse url back to a string.

Parameters

UriInterface $parsed

Return Value

string