From c6fc8e5c3cf03a14c869f33731a7a2b12180c673 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 7 Jan 2000 18:14:02 +0000 Subject: [PATCH] Sorry, XEmacs fault. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18495 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 8f17d75ab6..ee220bf26f 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -504,8 +504,11 @@ if ($ds) { Returns the first attribute in the entry on success and false on - error. Similar to reading entries, attributes are - also read one by one from a particular entry. + error. + + + Similar to reading entries, attributes are also read one by one + from a particular entry. ldap_first_attribute returns the first attribute in the entry pointed by the entry identifier. Remaining attributes are retrieved by calling @@ -515,7 +518,7 @@ if ($ds) { same ber_identifier is passed to the ldap_next_attribute function, which modifies that pointer. - + see also ldap_get_attributes