Query: gupnp_service_proxy_send_action
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)