Gupnp Funktionen
PHP Manual

gupnp_service_introspection_get_state_variable

(PECL gupnp >= 0.1.0)

gupnp_service_introspection_get_state_variableReturns the state variable data

Beschreibung

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.

Parameter-Liste

introspection

A introspection identifier.

variable_name

The name of the variable to retreive.

Rückgabewerte

Return the state variable data or FALSE.


Gupnp Funktionen
PHP Manual