Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17995 программистов и 1739 роботов. Сейчас ищут 1283 программиста ...
gupnp_service_thaw_notify - Sends out any pending notifications and stops queuing of new ones.
Вернуться к: Gupnp Функции
gupnp_service_thaw_notify
(PECL gupnp >= 0.1.0)
gupnp_service_thaw_notify — Sends out any pending notifications and stops queuing of new ones.
Описание
bool gupnp_service_thaw_notify
( resource
$service
)Sends out any pending notifications and stops queuing of new ones.
Список параметров
-
service
-
A service identifier.
Возвращаемые значения
Возвращает TRUE
в случае успешного завершения или FALSE
в случае возникновения ошибки.
Смотрите также
- gupnp_service_notify() - Notifies listening clients
- gupnp_service_freeze_notify() - Freeze new notifications
Вернуться к: Gupnp Функции