Home > PHP > Function > Gupnp > gupnp_service_proxy_get_subscribed()

gupnp_service_proxy_get_subscribed()

gupnp_service_proxy_get_subscribed - Check whether subscription is valid to the service

Syntax

bool gupnp_service_proxy_get_subscribed (resource $proxy)

Arguments

  • proxy - A service proxy identifier.

Description

Check whether subscription is valid to the service.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.