mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Small fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@18493 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b7896edbeb
commit
61ada06234
1 changed files with 7 additions and 7 deletions
|
@ -504,10 +504,8 @@ 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 +513,9 @@ if ($ds) {
|
|||
<parameter>ber_identifier</parameter> is the identifier to
|
||||
internal memory location pointer. It is passed by reference. The
|
||||
same <parameter>ber_identifier</parameter> is passed to the
|
||||
ldap_next_attribute() function, which modifies that pointer.</para>
|
||||
<function>ldap_next_attribute</function> function, which modifies
|
||||
that pointer.
|
||||
</para>
|
||||
<para>
|
||||
see also <function>ldap_get_attributes</function></para>
|
||||
</refsect1>
|
||||
|
@ -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.</para>
|
||||
<para>
|
||||
see also <function>ldap_errno</function> and
|
||||
See also <function>ldap_errno</function> and
|
||||
<function>ldap_error</function>.
|
||||
|
||||
<example>
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue