gupnp_service_proxy_add_notify

(PECL gupnp >= 0.1.0) Sets up callback for variable change notification bool gupnp_service_proxy_add_notify ( resource $proxy, string $value, int $type, mixed $callback [, mixed $arg ] ) Sets up callback to be called whenever a change notification for variable is recieved. Parameters: proxy A service proxy identifier. value The varia

gupnp_service_proxy_action_set

(PECL gupnp >= 0.1.0) Send action to the service and set value bool gupnp_service_proxy_action_set ( resource $proxy, string $action, string $name, mixed $value, int $type ) Send action with parameters to the service exposed by proxy synchronously and set value. Parameters: proxy A service proxy identifier. action An action.

gupnp_service_proxy_action_get

(PECL gupnp >= 0.1.0) Send action to the service and get value mixed gupnp_service_proxy_action_get ( resource $proxy, string $action, string $name, int $type ) Send action with parameters to the service exposed by proxy synchronously and get value. Parameters: proxy A service proxy identifier. action An action.

gupnp_service_notify

(PECL gupnp >= 0.1.0) Notifies listening clients bool gupnp_service_notify ( resource $service, string $name, int $type, mixed $value ) Notifies listening clients that the property have changed to the specified values. Parameters: service A service identifier. name The name of the variable. type Th

gupnp_service_introspection_get_state_variable

(PECL gupnp >= 0.1.0) 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. Parameters: introspection A introspection identifier. variable_name The name of the variable to retrei

gupnp_service_info_get

(PECL gupnp >= 0.1.0) Get full info of service array gupnp_service_info_get ( resource $proxy ) Get full info of service. Parameters: proxy A service proxy identifier. Returns: Return array wich contains the information of the service (like location, url, udn and etc).

gupnp_service_info_get_introspection

(PECL gupnp >= 0.1.0) Get resource introspection of service mixed gupnp_service_info_get_introspection ( resource $proxy [, mixed $callback [, mixed $arg ]] ) Get resource introspection of service or register callback if corresponding parameter was passed. Parameters: proxy A service proxy identifier. callback The callback function t

gupnp_service_freeze_notify

(PECL gupnp >= 0.1.0) Freeze new notifications bool gupnp_service_freeze_notify ( resource $service ) Causes new notifications to be queued up until gupnp_service_thaw_notify() is called. Parameters: service A service identifier. Returns: Returns TRUE on success or FALSE on failure.

gupnp_service_action_set

(PECL gupnp >= 0.1.0) Sets the specified action return values bool gupnp_service_action_set ( resource $action, string $name, int $type, mixed $value ) Sets the specified action return values. Parameters: action A service action identifier. name The name of the variable to retrieve. type The type o

gupnp_service_action_return

(PECL gupnp >= 0.1.0) Return successfully bool gupnp_service_action_return ( resource $action ) Return successfully. Parameters: action A service action identifier. Returns: Returns TRUE on success or FALSE on failure. See also: gupnp_service_action_return_e