Home > PHP > Function > Gupnp > gupnp_context_get_subscription_timeout()

gupnp_context_get_subscription_timeout()

gupnp_context_get_subscription_timeout - Get the event subscription timeout

Syntax

int gupnp_context_get_subscription_timeout (resource $context)

Arguments

  • context - A context identifier, returned by gupnp_context_new().

Description

Get the event subscription timeout (in seconds), or 0 meaning there is no timeout.

Version

PHP PECL gupnp >= 0.1.0

Return value

The event subscription timeout in seconds.