Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16084 программиста и 1771 робот. Сейчас ищут 1832 программиста ...
gupnp_service_action_return_error - Return error code
Вернуться к: Gupnp Функции
gupnp_service_action_return_error
(PECL gupnp >= 0.1.0)
gupnp_service_action_return_error — Return error code
Описание
bool gupnp_service_action_return_error
( resource
$action
, int $error_code
[, string $error_description
] )Return error code.
Список параметров
-
action
-
A service action identifier.
-
error_code
-
The error code. Signal can be one of the following values or user defined:
-
GUPNP_CONTROL_ERROR_INVALID_ACTION
- The action name was invalid.
-
GUPNP_CONTROL_ERROR_INVALID_ARGS
- The action arguments were invalid.
-
GUPNP_CONTROL_ERROR_OUT_OF_SYNC
- Out of sync (deprecated).
-
GUPNP_CONTROL_ERROR_ACTION_FAILED
- The action failed.
-
-
error_description
-
The error description.
Возвращаемые значения
Возвращает TRUE
в случае успешного завершения или FALSE
в случае возникновения ошибки.
Вернуться к: Gupnp Функции