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 |
| yaf_action_abstract(3) - php |
| gupnp_control_point_callback_set(3) - php |
| gupnp_device_action_callback_set(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| UNIX.COM 2017 Year End Summary |
| Please Welcome Don Cragun as Lead Moderator |
| Denial Of Service Attack Update |
| Please Welcome Nicki Paul to the Moderator Team! |