Home > PHP > Function > Gupnp > gupnp_service_proxy_remove_notify()

gupnp_service_proxy_remove_notify()

gupnp_service_proxy_remove_notify - Cancels the variable change notification

Syntax

bool gupnp_service_proxy_remove_notify (resource $proxy, string $value)

Arguments

  • proxy - A service proxy identifier.
  • value - The variable to add notification for.

Description

Cancels the variable change notification.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.