Home > PHP > Function > Gupnp > gupnp_service_freeze_notify()

gupnp_service_freeze_notify()

gupnp_service_freeze_notify - Freeze new notifications

Syntax

bool gupnp_service_freeze_notify (resource $service)

Arguments

  • service - A service identifier.

Description

Causes new notifications to be queued up until gupnp_service_thaw_notify() is called.

Version

PHP PECL gupnp >= 0.1.0

Return value

Returns TRUE on success or FALSE on failure.