Date: 04/23/98
- Next message: amitay: "[PHP-DEV] CVS update: php3/functions"
- Previous message: amitay: "[PHP-DEV] CVS update: php3/doc"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday April 23, 1998 @ 18:03
Author: amitay
Update of /repository/php3/doc/functions
In directory asf:/tmp/cvs-serv19216/doc/functions
Modified Files:
ldap.sgml
Log Message:
Added ldap_explode_dn.
Index: php3/doc/functions/ldap.sgml
diff -c php3/doc/functions/ldap.sgml:1.12 php3/doc/functions/ldap.sgml:1.13
*** php3/doc/functions/ldap.sgml:1.12 Sun Mar 29 15:13:15 1998
--- php3/doc/functions/ldap.sgml Thu Apr 23 18:03:27 1998
***************
*** 165,170 ****
--- 165,196 ----
</refentry>
+ <refentry id="function.ldap-explode-dn">
+ <refnamediv>
+ <refname>ldap_explode_dn</refname>
+ <refpurpose>Splits DN into its component parts</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcdef>string <function>ldap_explode_dn</function></funcdef>
+ <paramdef>string <parameter>dn</parameter></paramdef>
+ <paramdef>int <parameter>with_attrib</parameter></paramdef>
+ </funcsynopsis>
+ <para>
+ ldap_explode_dn() function is used to split the a DN returned by
+ <function>ldap_get_dn</function> and breaks it up into its component
+ parts. Each part is known as Relative Distinguished Name, or RDN.
+ <function>ldap_explode_dn</function> returns an array of all those
+ components. <parameter>with_attrib</parameter> is used to request if
+ the RDNs are returned with only values or their attributes as well.
+ To get RDNs with the attributes (i.e. in attribute=value format) set
+ <parameter>with_attrib</parameter> to 1 and to get only values set it
+ to 0.
+ </refsect1>
+ </refentry>
+
+
<refentry id="function.ldap-first-attribute">
<refnamediv>
<refname>ldap_first_attribute</refname>
- Next message: amitay: "[PHP-DEV] CVS update: php3/functions"
- Previous message: amitay: "[PHP-DEV] CVS update: php3/doc"
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

