I. Na początek
II.Instalacja i konfiguracja
III. Opis języka
IV. Bezpieczeństwo
V. Możliwości
VI. Opis funkcji
VII. Zend API
VIII. PHP API: Interfejs rozszerzeń
X. Dodatki

Manual PHP

Zapraszam do korzystania z zamieszczonego przeze mnie manuala php. Mam nadzieję, że ta jego kopia przyda się zarówno profesjonalnym programistą, jak i początkującym twórcą skryptów PHP.

Autorzy

Mehdi Achour,
Friedhelm Betz,
Antony Dovgal,
Nuno Lopes,
Philip Olson,
Georg Richter,
Damien Seguy,
Jakub Vrana,
I kilka innych

Redakcja:

Gabor Hojtsy,
Marcin Dąbrowski, Michał Grzechowiak, Leszek Krupiński, Adam Major, Paweł Paprota, Michał Pena, Sławomir Pucia, Jarek Tabor, Tomasz Wójtowicz,

ldap_err2str

(PHP 3 >= 3.0.13, PHP 4, PHP 5)

ldap_err2str --  Convert LDAP error number into string error message

Description

string ldap_err2str ( int errno )

Returns string error message.

This function 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.

See also ldap_errno() and ldap_error().

Przykład 1. Enumerating all LDAP error messages

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


print 'Viagra 1171501551' . "\n"; print 'liberty direct 1171501655' . "\n"; print 'szkoła rodzenia warszawa 1171501646' . "\n"; print 'Zakładanie ogrodów 1171501809' . "\n"; print 'hyundai i30 1171501704' . "\n";