Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16215 программистов и 1779 роботов. Сейчас ищут 1748 программистов ...
gupnp_service_introspection_get_state_variable - Returns the state variable data
Вернуться к: Gupnp Функции
gupnp_service_introspection_get_state_variable
(PECL gupnp >= 0.1.0)
gupnp_service_introspection_get_state_variable — Returns the state variable data
Описание
array gupnp_service_introspection_get_state_variable
( resource
$introspection
, string $variable_name
)
Returns the state variable data by the name variable_name
in this service.
Список параметров
-
introspection
-
A introspection identifier.
-
variable_name
-
The name of the variable to retreive.
Возвращаемые значения
Return the state variable data or FALSE
.
Вернуться к: Gupnp Функции