mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
61ada06234
commit
c6fc8e5c3c
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue