parent root
PHP: gupnp_service_freeze_notify - Manual

gupnp_service_freeze_notify

(PECL gupnp >= 0.1.0)

gupnp_service_freeze_notifyFreeze new notifications

Description

gupnp_service_freeze_notify ( resource $service ) : bool

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

Parameters

service

A service identifier.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root