Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18566 программистов и 1738 роботов. Сейчас ищут 1543 программиста ...
gupnp_control_point_new - Create a new control point
Вернуться к: Gupnp Функции
gupnp_control_point_new
(PECL gupnp >= 0.1.0)
gupnp_control_point_new — Create a new control point
Описание
resource gupnp_control_point_new
( resource
$context
, string $target
)Create a new control point with the specified target.
Список параметров
-
context
-
A context identifier, returned by gupnp_context_new().
-
target
-
The search target.
target
should be a service or device name, such as urn:schemas-upnp-org:service:WANIPConnection:1 or urn:schemas-upnp-org:device:MediaRenderer:1.
Возвращаемые значения
A control point identifier.
Вернуться к: Gupnp Функции