gupnp_context_set_subscription_timeout()
gupnp_context_set_subscription_timeout - Sets the event subscription timeout
Syntax
gupnp_context_set_subscription_timeout (
resource $context,
int $timeout)
Arguments
- context - A context identifier, returned by gupnp_context_new().
- timeout - The event subscription timeout in seconds. Use 0 if you don\'t want subscriptions to time out.
Description
Sets the event subscription timeout (in seconds) to time out. Note that any client side subscriptions will automatically be renewed.
Version
PHP PECL gupnp >= 0.1.0
Return value
No value is returned.