(PECL gupnp >= 0.1.0)
Return error code
bool gupnp_service_action_return_error ( resource $action, int $error_code [, string $error_description ] )
Return error code.
Parameters:
action
A service action identifier.
error_code
The error code. Signal can be one of the following values or user defined:
error_description
The error description.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
Please login to continue.