|
ldap_explode_dnSplits DN into its component parts Description
array ldap_explode_dn
( string
$dn
, int $with_attrib
)Splits the DN returned by ldap_get_dn and breaks it up into its component parts. Each part is known as Relative Distinguished Name, or RDN. Parameters
Return Values
Returns an array of all DN components, or |