From 3e54df359bb542fc20b19be1146023a05ec4d665 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Aug 2016 11:57:35 +0000 Subject: [PATCH] Fix #72905: Return value of FALSE on error is not documented git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339913 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/functions/ldap-explode-dn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ldap/functions/ldap-explode-dn.xml b/reference/ldap/functions/ldap-explode-dn.xml index 3d2af17bd1..856a23f61e 100644 --- a/reference/ldap/functions/ldap-explode-dn.xml +++ b/reference/ldap/functions/ldap-explode-dn.xml @@ -50,8 +50,8 @@ &reftitle.returnvalues; - Returns an array of all DN components. - The first element in this array has count key and + Returns an array of all DN components, &return.falseforfailure;. + The first element in the array has count key and represents the number of returned values, next elements are numerically indexed DN components.