PHP Doku:: Returns the error string associated with the previous operation - function.yp-err-string.html

Verlauf / Chronik / History: (10) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteYP/NISYP/NIS-Funktionenyp_err_string

Ein Service von Reinhard Neidl - Webprogrammierung.

YP/NIS-Funktionen

<<yp_cat

yp_errno>>

yp_err_string

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

yp_err_string Returns the error string associated with the previous operation

Description

string yp_err_string ( void )

yp_err_string() returns the error message associated with the previous operation. Useful to indicate what exactly went wrong.

Beispiel #1 Example for NIS errors

<?php
    
echo "Error: " yp_err_string();
?>

See also yp_errno().


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)