|
gupnp_device_info_get_service(PECL gupnp >= 0.1.0) gupnp_device_info_get_service — Get the service with type Описание
resource gupnp_device_info_get_service
( resource $root_device
, string $type
)
Get the service with type or false if no such device was found. Список параметров
Возвращаемые значенияA service identifier. Примеры
Пример #1 Create new UPnP context and get device info service
<?php |
|