From professional translators, enterprises, web pages and freely available translation repositories.
/ / $ds die verbindungs-kennung für das verzeichnis / * $sr ein gültiges suchergebnis eines früheren aufrufs einer der ldap verzeichnis suchfunktionen * / $entry = ldap_first_entry( $ds, $sr); $attrs = ldap_get_attributes($ds, $entry); echo $attrs["count"]. "merkmale für diesen eintrag: p"; for ($i=0; $i $attrs["count"]; $i++) echo $attrs[$i]. "br";
// $ds is the link identifier for the directory // $sr is a valid search result from a prior call to // one of the ldap directory search calls $entry = ldap_first_entry($ds, $sr); $attrs = ldap_get_attributes($ds, $entry); echo $attrs["count"]." attributes held for this entry: p "; for ($i=0; $i $attrs["count"]; $i++) echo $attrs[$i]." br ";