Icicle\Http\Message\Uri::getQueryValue PHP Method

getQueryValue() public method

Returns the value of the given query value. If multiple values were present for the named parameter, only the first value will be returned. Use getQueryValueAsArray() to return an array of all values for the particular parameter. Returns an empty string if the named parameter does not exist.
public getQueryValue ( string $name ) : string
$name string
return string
    public function getQueryValue(string $name) : string;