yp_cat
<<<
yp_err_string yp_errno
>>>

8.80 NIS
8 Référence des fonctions
 Manuel PHP

Introduction
Pré-requis
Installation
Configuration à l'exécution
Constantes pré-définies
yp_all
yp_cat
->yp_err_string
yp_errno
yp_first
yp_get_default_domain
yp_master
yp_match
yp_next
yp_order

8.80.8 yp_err_string() Retourne la chaîne correspondant à l'erreur donnée

[ Exemples avec yp_err_string ]   PHP 4 >= 4.0.6, PHP 5

string  yp_err_string ( int   errorcode )

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

Exemple avec yp_err_string

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

Voir aussi yp_errno .

<< yp_err_string >>
yp_cat NIS yp_errno