Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > ebb1914cf182a88528b4547490db1dd8 > files > 997

kdewebdev-quanta-doc-3.5.9-2mdv2008.1.x86_64.rpm

<HTML
><HEAD
><TITLE
>ldap_error</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="manual.html"><LINK
REL="UP"
TITLE="LDAP functions"
HREF="ref.ldap.html"><LINK
REL="PREVIOUS"
TITLE="ldap_errno"
HREF="function.ldap-errno.html"><LINK
REL="NEXT"
TITLE="Mail functions"
HREF="ref.mail.html"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.ldap-errno.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="ref.mail.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.ldap-error"
>ldap_error</A
></H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN15418"
></A
>ldap_error -- 
     Return the LDAP error message of the last LDAP command
    </DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN15421"
></A
><H2
>Description</H2
><DIV
CLASS="funcsynopsis"
><P
></P
><CODE
CLASS="FUNCDEF"
>string ldap_error</CODE
>(int link_id);<P
></P
></DIV
><P
>&#13;     returns string error message.</P
><P
>&#13;     This function returns the string error message explaining the
     error generated by the last LDAP command for the given link
     identifier. While LDAP errno numbers are standardized, different
     libraries return different or even localized textual error
     messages. Never check for a specific error message text, but
     always use an error number to check.</P
><P
>&#13;     Unless you lower your warning level in your
     <TT
CLASS="filename"
>php3.ini</TT
> sufficiently or prefix your LDAP
     commands with <TT
CLASS="literal"
>@</TT
> (at) characters to suppress
     warning output, the errors generated will also show up in your
     HTML output.</P
><P
>&#13;     see also <A
HREF="function.ldap-err2str.html"
><B
CLASS="function"
>ldap_err2str()</B
></A
> and
     <A
HREF="function.ldap-errno.html"
><B
CLASS="function"
>ldap_errno()</B
></A
>.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.ldap-errno.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="manual.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="ref.mail.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ldap_errno</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.ldap.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Mail functions</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>