PHP Velho Oeste 2024

gupnp_service_introspection_get_state_variable

(PECL gupnp >= 0.1.0)

gupnp_service_introspection_get_state_variableDevuelve el estado de la variable de datos

Descripción

gupnp_service_introspection_get_state_variable ( resource $introspection , string $variable_name ) : array

Devuelve el estado de la variable de datos por el nombre variable_name en este servicio.

Parámetros

introspection

In identificador de introspección.

variable_name

El nombre de la variable a ser recibida.

Valores devueltos

Devuelve el estado de la variable de datos o FALSE.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top