mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64504 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
95b7c9cb92
commit
e27dc90088
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<reference id="ref.ldap">
|
||||
<title>LDAP functions</title>
|
||||
<titleabbrev>LDAP</titleabbrev>
|
||||
|
@ -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
|
||||
</literallayout></informalexample>
|
||||
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue