Man Page: gupnp_service_proxy_send_action
Operating Environment: php
Section: 3
GUPNP_SERVICE_PROXY_SEND_ACTION(3) 1 GUPNP_SERVICE_PROXY_SEND_ACTION(3) gupnp_service_proxy_send_action - Send action with multiple parameters synchronouslySYNOPSISarray gupnp_service_proxy_send_action (resource $proxy, string $action, array $in_params, array $out_params)DESCRIPTIONSend action with parameters $in_params to the service exposed by proxy synchronously and return $out_params with values or FALSE on error.PARAMETERSo $proxy - A service proxy identifier. o $action - An action. o $in_params - An array of in parameters. Each entry in $in_params is supposed to an array containing name, type and value of the parameters. o $out_params - An array of out parameters. Each entry in $out_params is supposed to an array containing name and type of the parameters.RETURN VALUESReturn $out_params array with values or FALSE on error.ERRORS/EXCEPTIONS Issues E_WARNING with either not correctly defined $in_params and $out_params or unable to send action.SEE ALSOgupnp_service_proxy_action_get(3), gupnp_service_proxy_action_set(3). PHP Documentation Group GUPNP_SERVICE_PROXY_SEND_ACTION(3)
| Related Man Pages |
|---|
| array_pop(3) - php |
| array_chunk(3) - php |
| array_count_values(3) - php |
| gupnp_service_notify(3) - php |
| gupnp_service_proxy_add_notify(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| New Code Tags (Syntax Highlighting) |
| Please Welcome Don Cragun as Lead Moderator |
| Please Welcome Nicki Paul to the Moderator Team! |