ldap_error
(PHP 4, PHP 5)
ldap_error — Return the LDAP error message of the last LDAP command
Описание
string ldap_error
( resource $link_identifier
)
Unless you lower your warning level in your php.ini sufficiently or
prefix your LDAP commands with @ (at) characters to
suppress warning output, the errors generated will also show up in your
HTML output.
Список параметров
-
link_identifier
-
An LDAP link identifier, returned by ldap_connect().
Возвращаемые значения
Returns string error message.
Смотрите также
- ldap_err2str() - Convert LDAP error number into string error message
- ldap_errno() - Return the LDAP error number of the last LDAP command