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

search for in the

yp_errno> <yp_cat
Last updated: Fri, 10 Oct 2008

view this page in

yp_err_string

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5)

yp_err_stringRetourne la chaîne correspondant à l'erreur donnée

Description

string yp_err_string ( int $errorcode )

Retourne la chaîne d'erreur associée au code erreur errorcode . Très pratique pour savoir exactement ce qui n'a pas fonctionné.

Liste de paramètres

errorcode

Le code erreur.

Valeurs de retour

Retourne le message d'erreur, sous la forme d'une chaîne de caractères.

Exemples

Exemple #1 Exemple avec yp_err_string()

<?php
echo "Erreur : " yp_err_string(yp_errno());
?>

Voir aussi



add a note add a note User Contributed Notes
yp_err_string
There are no user contributed notes for this page.

yp_errno> <yp_cat
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites