|
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. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ОшибкиIssues E_WARNING with either not correctly defined type of the action or unable to send action. Смотрите также
|
|