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