gupnp_service_action_return_error

(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:

gupnp_service_action_return() -

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

Please login to continue.