diff --git a/functions/array.xml b/functions/array.xml index 355a4e2c21..6b813716bf 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1162,7 +1162,7 @@ $d = array_reduce($x, "rsum", 1); array_shift - Pop an element off the beginning of array + Shift an element off the beginning of array @@ -1486,7 +1486,7 @@ array(2) { array_unshift - Push one or more elements onto the beginning of array + Prepend one or more elements to the beginning of array