ldap_err2str

 string ldap_err2str ( int $errno ) 

説明

Returns 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.

戻り値

Returns the error message, as a string.