class Url

URL processing static class Mostly just helpers

Methods

static string
path(string $str)

Return only the path element of a URL

Details

at line 17
static string path(string $str)

Return only the path element of a URL

Parameters

string $str

Return Value

string