(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:
Please login to continue.