Man Page: gupnp_service_proxy_action_set
Operating Environment: php
Section: 3
GUPNP_SERVICE_PROXY_ACTION_SET(3) 1 GUPNP_SERVICE_PROXY_ACTION_SET(3) gupnp_service_proxy_action_set - Send action to the service and set valueSYNOPSISbool gupnp_service_proxy_action_set (resource $proxy, string $action, string $name, mixed $value, int $type)DESCRIPTIONSend action with parameters to the service exposed by proxy synchronously and set value.PARAMETERSo $proxy - A service proxy identifier. o $action - An action. o $name - The action name. o $value - The action value. o $type - The type of the action. Type can be one of the following values: o GUPNP_TYPE_BOOLEAN - Type of the variable is boolean. o GUPNP_TYPE_INT - Type of the variable is integer. o GUPNP_TYPE_LONG - Type of the variable is long. o GUPNP_TYPE_DOUBLE - Type of the variable is double. o GUPNP_TYPE_FLOAT - Type of the variable is float. o GUPNP_TYPE_STRING - Type of the variable is string.RETURN VALUESReturns TRUE on success or FALSE on failure.ERRORS/EXCEPTIONS Issues E_WARNING with either not correctly defined type of the action or unable to send action.SEE ALSOgupnp_service_proxy_action_get(3), gupnp_service_proxy_send_action(3). PHP Documentation Group GUPNP_SERVICE_PROXY_ACTION_SET(3)
| Related Man Pages |
|---|
| dtactionlabel(3) - hpux |
| ssignal(3c) - hpux |
| gtk2::actiongroup(3) - suse |
| httpresponse(3) - php |
| gupnp_service_proxy_add_notify(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Reg: char ptr - Coredumps |
| while loops |
| Unable to store "-e" in variable ?????? |
| Powerha on P595 and Blade HX5 Type 787 |
| {bash scripting} Multiline initialisation of string variable |