Uri.queryHasKey

Check if there is a query table entry for the query_key key.

class Uri
bool
queryHasKey
(
string queryKey
)

Parameters

queryKey string

The key to lookup.

Return Value

Type: bool

TRUE if query_key exists in the URI query table.

Meta