From f9f9a44875b22e54e99f85d345f5209d6e198617 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 4 Aug 2017 12:50:49 +0000 Subject: [PATCH] Make array_splice() example clearer git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342773 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-splice.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/array/functions/array-splice.xml b/reference/array/functions/array-splice.xml index e3890d51e1..dd1135f498 100644 --- a/reference/array/functions/array-splice.xml +++ b/reference/array/functions/array-splice.xml @@ -150,16 +150,27 @@ array_splice($input, 3, 0, "purple"); ]]>