downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

gupnp_service_action_return> <gupnp_service_action_get
[edit] Last updated: Sun, 19 May 2013

view this page in

gupnp_service_action_return_error

(PECL gupnp >= 0.1.0)

gupnp_service_action_return_errorRetourne le code erreur

Description

bool gupnp_service_action_return_error ( resource $action , int $error_code [, string $error_description ] )

Retourne le code erreur.

Liste de paramètres

action

Un identifiant d'action du service.

error_code

Le code erreur. Le signal peut être une des valeurs suivantes, ou défini par l'utilisateur :

GUPNP_CONTROL_ERROR_INVALID_ACTION
Le nom de l'action est invalide.
GUPNP_CONTROL_ERROR_INVALID_ARGS
Les arguments de l'action sont invalides.
GUPNP_CONTROL_ERROR_OUT_OF_SYNC
N'est plus synchronisé (obsolète).
GUPNP_CONTROL_ERROR_ACTION_FAILED
L'action a échoué.

error_description

La description de l'erreur.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi



add a note add a note User Contributed Notes gupnp_service_action_return_error - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites