Sorry, XEmacs fault.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18495 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-01-07 18:14:02 +00:00
parent 61ada06234
commit c6fc8e5c3c

View file

@ -504,8 +504,11 @@ if ($ds) {
</funcsynopsis>
<para>
Returns the first attribute in the entry on success and false on
error.</para> <para> Similar to reading entries, attributes are
also read one by one from a particular entry.
error.
</para>
<para>
Similar to reading entries, attributes are also read one by one
from a particular entry.
<function>ldap_first_attribute</function> 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 <parameter>ber_identifier</parameter> is passed to the
<function>ldap_next_attribute</function> function, which modifies
that pointer.
</para>
</para>
<para>
see also <function>ldap_get_attributes</function></para>
</refsect1>