2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-02-04 22:46:33 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
|
2007-02-04 22:46:33 +00:00
|
|
|
<refentry id="function.ldap-get-values-len">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>ldap_get_values_len</refname>
|
|
|
|
<refpurpose>Get all binary values from a result entry</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>array</type><methodname>ldap_get_values_len</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
|
|
|
|
<methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
|
|
|
|
<methodparam><type>string</type><parameter>attribute</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
Returns an array of values for the attribute on success and &false;
|
|
|
|
on error.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<function>ldap_get_values_len</function> function is used to read all
|
|
|
|
the values of the attribute in the entry in the result. entry is
|
|
|
|
specified by the
|
|
|
|
<parameter>result_entry_identifier</parameter>. The number of
|
|
|
|
values can be found by indexing "count" in the resultant
|
|
|
|
array. Individual values are accessed by integer index in the
|
|
|
|
array. The first index is 0.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
This function is used exactly like
|
|
|
|
<function>ldap_get_values</function> except that it handles
|
|
|
|
binary data and not string data.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
This function was added in 4.0.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|