(PECL gupnp >= 0.1.0)
gupnp_service_action_set — Sets the specified action return values
Sets the specified action return values.
actionA service action identifier.
nameThe name of the variable to retrieve.
typeThe type of the variable to retrieve. Type can be one of the following values:
GUPNP_TYPE_BOOLEANGUPNP_TYPE_INTGUPNP_TYPE_LONGGUPNP_TYPE_DOUBLEGUPNP_TYPE_FLOATGUPNP_TYPE_STRINGvalueThe value of the variable to retrieve.
   Возвращает TRUE в случае успешного завершения  или FALSE в случае возникновения ошибки.
  
Issues E_WARNING with neither not correctly defined type of the variable or the value is not corresponding to the defined type.