[PHP-DOC] cvs: phpdoc /en/functions array.xml From: Daniel Beckham (danbeck <email protected>)
Date: 09/28/01

danbeck Fri Sep 28 12:07:15 2001 EDT

  Modified files:
    /phpdoc/en/functions array.xml
  Log:
  The short definition of shift and unshift were using the words
  pop and push to describe their functions. Made it less confusing.
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.102 phpdoc/en/functions/array.xml:1.103
--- phpdoc/en/functions/array.xml:1.102 Mon Sep 24 17:34:39 2001
+++ phpdoc/en/functions/array.xml Fri Sep 28 12:07:14 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.102 $ -->
+<!-- $Revision: 1.103 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -1162,7 +1162,7 @@
    <refnamediv>
     <refname>array_shift</refname>
     <refpurpose>
- Pop an element off the beginning of array
+ Shift an element off the beginning of array
     </refpurpose>
    </refnamediv>
    <refsect1>
@@ -1486,7 +1486,7 @@
    <refnamediv>
     <refname>array_unshift</refname>
     <refpurpose>
- Push one or more elements onto the beginning of array
+ Prepend one or more elements to the beginning of array
     </refpurpose>
    </refnamediv>
    <refsect1>