略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: gupnp_service_proxy_send_action

2024-04-25

gupnp_service_proxy_send_action

(PECL gupnp >= 0.2.0)

gupnp_service_proxy_send_actionSend action with multiple parameters synchronously

说明

gupnp_service_proxy_send_action ( resource $proxy , string $action , array $in_params , array $out_params ) : array

Send action with parameters in_params to the service exposed by proxy synchronously and return out_params with values or FALSE on error.

参数

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.

返回值

Return out_params array with values or FALSE on error.

错误/异常

Issues E_WARNING with either not correctly defined in_params and out_params or unable to send action.

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/gupnp-service-proxy-send-action.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3