From d577dbfb1e679c1e05f2d952f1e0451536f9fd4e Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 5 Feb 2003 07:20:39 +0000 Subject: [PATCH] Implement &array.resetspointer (pointer is reset) and a minor example fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-pop.xml | 8 +++++++- reference/array/functions/array-shift.xml | 9 +++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array-pop.xml b/reference/array/functions/array-pop.xml index 49808cdb7b..94cf235ecf 100644 --- a/reference/array/functions/array-pop.xml +++ b/reference/array/functions/array-pop.xml @@ -1,5 +1,5 @@ - + @@ -19,13 +19,19 @@ If array is empty (or is not an array), &null; will be returned. + + &array.resetspointer; + <function>array_pop</function> example ]]> diff --git a/reference/array/functions/array-shift.xml b/reference/array/functions/array-shift.xml index 1388f65582..8b89892588 100644 --- a/reference/array/functions/array-shift.xml +++ b/reference/array/functions/array-shift.xml @@ -1,5 +1,5 @@ - + @@ -22,14 +22,19 @@ while literal keys won't be touched. If array is empty (or is not an array), &null; will be returned. + + &array.resetspointer; + <function>array_shift</function> example ]]>