- PHP 手册
- 函数参考
- 其它服务
- Gupnp
- Gupnp 函数
gupnp_service_introspection_get_state_variable
(PECL gupnp >= 0.1.0)
gupnp_service_introspection_get_state_variable — Returns the state variable data
说明
gupnp_service_introspection_get_state_variable ( resource$introspection
, string $variable_name
) : array
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
.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.gupnp-service-introspection-get-state-variable.php