Home > PHP > Function > Gupnp > gupnp_service_introspection_get_state_variable()

gupnp_service_introspection_get_state_variable()

gupnp_service_introspection_get_state_variable - Returns the state variable data

Syntax

array gupnp_service_introspection_get_state_variable (resource $introspection, string $variable_name)

Arguments

  • introspection - A introspection identifier.
  • variable_name - The name of the variable to retreive.

Description

Returns the state variable data by the name variable_name in this service.

Version

PHP PECL gupnp >= 0.1.0

Return value

Return the state variable data or FALSE.