diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 3194a81796..ba418ed612 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,5 +1,5 @@ - + explode @@ -73,10 +73,12 @@ &reftitle.returnvalues; If delimiter is an empty string (""), - explode will return &false;. If - delimiter contains a value that is not contained - in string, then explode will - return an array containing string. + explode will return &false;. + If delimiter contains a value that is not + contained in string and a negative + limit is used, then an empty array will be + returned. For any other limit, an array containing + string will be returned.