update : 2015.11.03
php.shukuma.com검색:
|
ldap_explode_dn(PHP 4, PHP 5) ldap_explode_dn — Splits DN into its component parts 설명
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. 인수
반환값Returns an array of all DN components. The first element in this array has count key and represents the number of returned values, next elements are numerically indexed DN components. |