Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


ldap_err2str

(PHP 4, PHP 5)

ldap_err2strConvert LDAP error number into string error message

Описание

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.

Список параметров

errno

The error number.

Возвращаемые значения

Returns the error message, as a string.

Примеры

Пример #1 Enumerating all LDAP error messages

<?php
  
for ($i=0$i<100$i++) {
    
printf("Error $i: %s<br />\n"ldap_err2str($i));
  }
?>

Смотрите также

  • ldap_errno() - Return the LDAP error number of the last LDAP command
  • ldap_error() - Return the LDAP error message of the last LDAP command






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |