gupnp_context_set_subscription_timeout

(PECL gupnp >= 0.1.0)
Sets the event subscription timeout
void gupnp_context_set_subscription_timeout ( resource $context, int $timeout )

Sets the event subscription timeout (in seconds) to time out. Note that any client side subscriptions will automatically be renewed.

Parameters:
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.

Returns:

No value is returned.

See also:

gupnp_context_new() -

gupnp_context_get_subscription_timeout() -

doc_php
2016-02-24 16:09:06
Comments
Leave a Comment

Please login to continue.