array gupnp_service_proxy_send_action ( resource $proxy
, string $action
, array $in_params
, array $out_params
)
gupnp_service_proxy_send_action — Send action with multiple parameters synchronously
-
proxy
-
A service proxy identifier.
-
action
-
An action.
-
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. -
out_params
-
An array of out parameters. Each entry in
out_params
is supposed to an array containing name and type of the parameters.