Query: ldap_err2str
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_ERR2STR(3) 1 LDAP_ERR2STR(3) ldap_err2str - Convert LDAP error number into string error messageSYNOPSISstring ldap_err2str (int $errno)DESCRIPTIONReturns the string error message explaining the error number $errno. 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.PARAMETERSo $errno - The error number.RETURN VALUESReturns the error message, as a string.EXAMPLESExample #1 Enumerating all LDAP error messages <?php for ($i=0; $i<100; $i++) { printf("Error $i: %s<br /> ", ldap_err2str($i)); } ?>SEE ALSOldap_errno(3), ldap_error(3). PHP Documentation Group LDAP_ERR2STR(3)
Related Man Pages |
---|
net::ldap::message(3) - centos |
net::ldap::message5.18(3) - mojave |
socket_strerror(3) - php |
intlcal_get_error_message(3) - php |
intlcalendar.geterrormessage(3) - php |
Similar Topics in the Unix Linux Community |
---|
Ldap sasl gssapi |