dm_cgi_has_value Function

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

Returns whether key exists in param and has value.

Arguments

Type IntentOptional Attributes Name
type(cgi_param_type), intent(inout) :: param

CGI parameter 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