From e27dc9008886c10290c74838082946039a067d5c Mon Sep 17 00:00:00 2001 From: jim winstead Date: Mon, 10 Dec 2001 23:27:16 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64504 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ldap.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/ldap.xml b/functions/ldap.xml index d960a583f5..806397ecd7 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -815,7 +815,7 @@ return_value[n] = nth attribute return_value["attribute"]["count"] = number of values for attribute return_value["attribute"][0] = first value of the attribute -return_value["attribute"][i] = ith value of the attribute +return_value["attribute"][i] = (i+1)th value of the attribute