| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
gupnp_service_proxy_send_action(PECL gupnp >= 0.2.0) gupnp_service_proxy_send_action — Send action with multiple parameters synchronously 説明
array gupnp_service_proxy_send_action
( resource $proxy
, string $action
, array $in_params
, array $out_params
)
Send action action with parameters in_params to the service exposed by proxy synchronously and return out_params with values or FALSE on error. パラメータ
返り値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. 参考
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「gupnp_service_proxy_send_action - Send action with multiple parameters synchronously」をGoogle検索
|