From 61ada062344aca6f95181002e20d0c8710c6c82e Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Fri, 7 Jan 2000 18:06:12 +0000 Subject: [PATCH] Small fixes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18493 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index 763a9bd0c1..8f17d75ab6 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -504,10 +504,8 @@ 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 +513,9 @@ if ($ds) { ber_identifier is the identifier to internal memory location pointer. It is passed by reference. The same ber_identifier is passed to the - ldap_next_attribute() function, which modifies that pointer. + ldap_next_attribute function, which modifies + that pointer. + see also ldap_get_attributes @@ -1109,7 +1109,7 @@ print $info["count"]." entries returned<p>"; error messages. Never check for a specific error message text, but always use an error number to check. - see also ldap_errno and + See also ldap_errno and ldap_error. @@ -1222,7 +1222,7 @@ sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t sgml-parent-document:nil -sgml-default-dtd-file:"../manual.ced" +sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil