From e5b5627d963eae8b1a13a0dc0a4ac06e0520ed28 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Sun, 23 Jan 2005 22:03:57 +0000 Subject: [PATCH] oops, sorry :( git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178044 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-add.xml | 6 +++--- reference/ldap/functions/ldap-get-attributes.xml | 6 +++--- reference/ldap/functions/ldap-get-entries.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/ldap/functions/ldap-add.xml b/reference/ldap/functions/ldap-add.xml index dcd5ace336..0d301f58f8 100644 --- a/reference/ldap/functions/ldap-add.xml +++ b/reference/ldap/functions/ldap-add.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ In case of multiple values for an attribute, they are indexed using integers starting with 0. - + ]]> - + Complete example with authenticated bind diff --git a/reference/ldap/functions/ldap-get-attributes.xml b/reference/ldap/functions/ldap-get-attributes.xml index 7f02bd2cf1..1bf2d74869 100644 --- a/reference/ldap/functions/ldap-get-attributes.xml +++ b/reference/ldap/functions/ldap-get-attributes.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ and won't care what other data is held. - + - + diff --git a/reference/ldap/functions/ldap-get-entries.xml b/reference/ldap/functions/ldap-get-entries.xml index 51cc9b3b23..fa460049fd 100644 --- a/reference/ldap/functions/ldap-get-entries.xml +++ b/reference/ldap/functions/ldap-get-entries.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 --> <refentry id="function.ldap-get-entries"> <refnamediv> @@ -28,7 +28,7 @@ The attribute index is converted to lowercase. (Attributes are case-insensitive for directory servers, but not when used as array indices.) - <example> + <informalexample> <programlisting> <![CDATA[ return_value["count"] = number of entries in the result @@ -44,7 +44,7 @@ return_value[i]["attribute"]["count"] = number of values for return_value[i]["attribute"][j] = jth value of attribute in ith entry ]]> </programlisting> - </example> + </informalexample> </para> <para>