|
PHP5中文手册
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. |