Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
gupnp_context_set_subscription_timeout
(PECL gupnp >= 0.1.0)
gupnp_context_set_subscription_timeout — 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.
Список параметров
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.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- gupnp_context_new() - Create a new context
- gupnp_context_get_subscription_timeout() - Get the event subscription timeout
Описание на ru2.php.net
Описание на php.ru