update : 2015.11.03
php.shukuma.com검색:
|
ldap_errno(PHP 4, PHP 5) ldap_errno — Return the LDAP error number of the last LDAP command 설명
int ldap_errno
( resource
$link_identifier
)Returns the standardized error number returned by the last LDAP command. This number can be converted into a textual error message using ldap_err2str(). 반환값Return the LDAP error number of the last LDAP command for this link. 예제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. Example #1 Generating and catching an error
<?php 참고
|