gupnp_service_notify

(PECL gupnp >= 0.1.0)
Notifies listening clients
bool gupnp_service_notify ( resource $service, string $name, int $type, mixed $value )

Notifies listening clients that the property have changed to the specified values.

Parameters:
service

A service identifier.

name

The name of the variable.

type

The type of the variable. Type can be one of the following values:

value

The value of the variable.

Returns:

Returns TRUE on success or FALSE on failure.

Exception:

Issues E_WARNING with either not correctly defined type of the variable or the value is not corresponding to the defined type.

See also:

gupnp_service_freeze_notify() -

gupnp_service_thaw_notify() -

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

Please login to continue.