From 71c1619673d107d20cbd599482cb195844fae8c5 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Fri, 28 Sep 2001 16:07:14 +0000 Subject: [PATCH] The short definition of shift and unshift were using the words pop and push to describe their functions. Made it less confusing. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58661 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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