update : 2015.11.03
php.shukuma.com검색:
|
gupnp_service_proxy_action_get(PECL gupnp >= 0.1.0) gupnp_service_proxy_action_get — Send action to the service and get value 설명
mixed gupnp_service_proxy_action_get
( resource
$proxy
, string $action
, string $name
, int $type
)Send action with parameters to the service exposed by proxy synchronously and get value. 인수
반환값Return value of the action. 오류/예외Issues E_WARNING with either not correctly defined type of the action or unable to send action. 참고
|