dm_cgi_has_value Function

public function dm_cgi_has_value(query, key) result(has)

Returns .true. if key exists in query and has value.

Arguments

Type IntentOptional Attributes Name
type(cgi_query_type), intent(inout) :: query

CGI query type.

character(len=*), intent(in) :: key

Parameter key.

Return Value logical


Calls

proc~~dm_cgi_has_value~~CallsGraph proc~dm_cgi_has_value dm_cgi_has_value proc~dm_hash_fnv1a dm_hash_fnv1a proc~dm_cgi_has_value->proc~dm_hash_fnv1a