|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-03-02 07:02 UTC] sas
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jun 20 13:00:01 2026 UTC |
The on-line (annotated) documentation for the ldap_explode_dn() function indicates that the second parameter should be 1 to return names and values together ('foo=mumble') and 0 to return only the value ('mumble'). This is the inverse of the actual behavour.