adiju Sun May 12 04:19:29 2002 EDT
Modified files:
/phpdoc/en/reference/array reference.xml
/phpdoc/en/reference/array/functions array-change-key-case.xml
array-chunk.xml
array-count-values.xml
array-diff.xml array-fill.xml
array-filter.xml
array-flip.xml
array-intersect.xml
array-key-exists.xml
array-keys.xml array-map.xml
array-merge-recursive.xml
array-merge.xml
array-multisort.xml
array-pad.xml array-pop.xml
array-push.xml array-rand.xml
array-reduce.xml
array-reverse.xml
array-search.xml
array-shift.xml
array-slice.xml
array-splice.xml array-sum.xml
array-unique.xml
array-unshift.xml
array-values.xml
array-walk.xml array.xml
arsort.xml asort.xml
compact.xml count.xml
current.xml each.xml end.xml
extract.xml in-array.xml
key.xml krsort.xml ksort.xml
list.xml natcasesort.xml
natsort.xml next.xml pos.xml
prev.xml range.xml reset.xml
rsort.xml shuffle.xml
sizeof.xml sort.xml uasort.xml
uksort.xml usort.xml
Log:
no message
Index: phpdoc/en/reference/array/reference.xml
diff -u phpdoc/en/reference/array/reference.xml:1.4
phpdoc/en/reference/array/reference.xml:1.5
--- phpdoc/en/reference/array/reference.xml:1.4 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/reference.xml Sun May 12 04:19:28 2002
@@ -1,27 +1,27 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.4 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<reference id="ref.array">
- <title>Array - func�ii</title>
+ <title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
<partintro>
<section id="array.intro">
&reftitle.intro;
<para>
- Aceste func�ii v� permit s� interac�iona�i cu �i s� manipula�i
- tablouri�n diverse feluri. Tablourile sunt esen�iale pentru sortare,
- dar �i pentru operarea cu seturi de variabile.
+ These functions allow you to interact with and manipulate
+ arrays in various ways. Arrays are essential for storing,
+ managing, and operating on sets of variables.
</para>
<para>
- Sunt suportate tablouri uni- �i multidimensionale, iar acestea pot fi
- create de utilizatori sau de alte func�ii.
- Exist� func�ii specifice de manipulare a bazelor de date
- care creaz� tablouri din interog�ri SQL, iar c�teva func�ii returneaz�
tablouri.
+ Simple and multi-dimensional arrays are supported, and may be
+ either user created or created by another function.
+ There are specific database handling functions for populating
+ arrays from database queries, and several functions return arrays.
</para>
<para>
- Vezi sec�iunea <link linkend="language.types.array">Arrays</link> din manual
- pentru explica�ii detaliate despre felul �n care implementate �i utilizate
- tablourile �n PHP.
+ Please see the <link linkend="language.types.array">Arrays</link>
+ section of the manual for a detailed explanation of how arrays are
+ implemented and used in PHP.
</para>
</section>
@@ -48,16 +48,16 @@
<section id="array.constants">
&reftitle.constants;
<para>
- <constant>CASE_UPPER</constant> �i <constant>CASE_LOWER</constant> sunt
- utilizate cu func�ia <function>array_change_key_case</function>. Sunt
- utilizate pentru schimbarea unui �ir la majuscule la sau la minuscule.
+ <constant>CASE_UPPER</constant> and <constant>CASE_LOWER</constant> are
+ used with the <function>array_change_key_case</function> function. They
+ respectively are used for changing a string to upper case or lower case.
</para>
</section>
<section id="array.seealso">
&reftitle.seealso;
<para>
- Vezi, de asemenea, <function>is_array</function>, <function>explode</function>,
+ See also <function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>,
and <function>join</function>.
</para>
Index: phpdoc/en/reference/array/functions/array-change-key-case.xml
diff -u phpdoc/en/reference/array/functions/array-change-key-case.xml:1.3
phpdoc/en/reference/array/functions/array-change-key-case.xml:1.4
--- phpdoc/en/reference/array/functions/array-change-key-case.xml:1.3 Sun May 12
04:10:34 2002
+++ phpdoc/en/reference/array/functions/array-change-key-case.xml Sun May 12
+04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.113 -->
<refentry id="function.array-change-key-case">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-chunk.xml
diff -u phpdoc/en/reference/array/functions/array-chunk.xml:1.3
phpdoc/en/reference/array/functions/array-chunk.xml:1.4
--- phpdoc/en/reference/array/functions/array-chunk.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-chunk.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-chunk">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-count-values.xml
diff -u phpdoc/en/reference/array/functions/array-count-values.xml:1.3
phpdoc/en/reference/array/functions/array-count-values.xml:1.4
--- phpdoc/en/reference/array/functions/array-count-values.xml:1.3 Sun May 12
04:10:34 2002
+++ phpdoc/en/reference/array/functions/array-count-values.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-count-values">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-diff.xml
diff -u phpdoc/en/reference/array/functions/array-diff.xml:1.3
phpdoc/en/reference/array/functions/array-diff.xml:1.4
--- phpdoc/en/reference/array/functions/array-diff.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-diff.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-diff">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-fill.xml
diff -u phpdoc/en/reference/array/functions/array-fill.xml:1.3
phpdoc/en/reference/array/functions/array-fill.xml:1.4
--- phpdoc/en/reference/array/functions/array-fill.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-fill.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-fill">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-filter.xml
diff -u phpdoc/en/reference/array/functions/array-filter.xml:1.3
phpdoc/en/reference/array/functions/array-filter.xml:1.4
--- phpdoc/en/reference/array/functions/array-filter.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-filter.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-filter">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-flip.xml
diff -u phpdoc/en/reference/array/functions/array-flip.xml:1.3
phpdoc/en/reference/array/functions/array-flip.xml:1.4
--- phpdoc/en/reference/array/functions/array-flip.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-flip.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.107 -->
<refentry id="function.array-flip">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-intersect.xml
diff -u phpdoc/en/reference/array/functions/array-intersect.xml:1.3
phpdoc/en/reference/array/functions/array-intersect.xml:1.4
--- phpdoc/en/reference/array/functions/array-intersect.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-intersect.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-intersect">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-key-exists.xml
diff -u phpdoc/en/reference/array/functions/array-key-exists.xml:1.3
phpdoc/en/reference/array/functions/array-key-exists.xml:1.4
--- phpdoc/en/reference/array/functions/array-key-exists.xml:1.3 Sun May 12
04:10:34 2002
+++ phpdoc/en/reference/array/functions/array-key-exists.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.119 -->
<refentry id="function.array-key-exists">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-keys.xml
diff -u phpdoc/en/reference/array/functions/array-keys.xml:1.3
phpdoc/en/reference/array/functions/array-keys.xml:1.4
--- phpdoc/en/reference/array/functions/array-keys.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-keys.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-keys">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-map.xml
diff -u phpdoc/en/reference/array/functions/array-map.xml:1.3
phpdoc/en/reference/array/functions/array-map.xml:1.4
--- phpdoc/en/reference/array/functions/array-map.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-map.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-merge-recursive.xml
diff -u phpdoc/en/reference/array/functions/array-merge-recursive.xml:1.3
phpdoc/en/reference/array/functions/array-merge-recursive.xml:1.4
--- phpdoc/en/reference/array/functions/array-merge-recursive.xml:1.3 Sun May 12
04:10:34 2002
+++ phpdoc/en/reference/array/functions/array-merge-recursive.xml Sun May 12
+04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.12 -->
<refentry id="function.array-merge-recursive">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-merge.xml
diff -u phpdoc/en/reference/array/functions/array-merge.xml:1.3
phpdoc/en/reference/array/functions/array-merge.xml:1.4
--- phpdoc/en/reference/array/functions/array-merge.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-merge.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-merge">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-multisort.xml
diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.3
phpdoc/en/reference/array/functions/array-multisort.xml:1.4
--- phpdoc/en/reference/array/functions/array-multisort.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-multisort.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
<refentry id="function.array-multisort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-pad.xml
diff -u phpdoc/en/reference/array/functions/array-pad.xml:1.3
phpdoc/en/reference/array/functions/array-pad.xml:1.4
--- phpdoc/en/reference/array/functions/array-pad.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-pad.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-pad">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-pop.xml
diff -u phpdoc/en/reference/array/functions/array-pop.xml:1.3
phpdoc/en/reference/array/functions/array-pop.xml:1.4
--- phpdoc/en/reference/array/functions/array-pop.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-pop.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-pop">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-push.xml
diff -u phpdoc/en/reference/array/functions/array-push.xml:1.3
phpdoc/en/reference/array/functions/array-push.xml:1.4
--- phpdoc/en/reference/array/functions/array-push.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-push.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-push">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-rand.xml
diff -u phpdoc/en/reference/array/functions/array-rand.xml:1.3
phpdoc/en/reference/array/functions/array-rand.xml:1.4
--- phpdoc/en/reference/array/functions/array-rand.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-rand.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.13 -->
<refentry id="function.array-rand">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-reduce.xml
diff -u phpdoc/en/reference/array/functions/array-reduce.xml:1.3
phpdoc/en/reference/array/functions/array-reduce.xml:1.4
--- phpdoc/en/reference/array/functions/array-reduce.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-reduce.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-reduce">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-reverse.xml
diff -u phpdoc/en/reference/array/functions/array-reverse.xml:1.3
phpdoc/en/reference/array/functions/array-reverse.xml:1.4
--- phpdoc/en/reference/array/functions/array-reverse.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-reverse.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-reverse">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-search.xml
diff -u phpdoc/en/reference/array/functions/array-search.xml:1.3
phpdoc/en/reference/array/functions/array-search.xml:1.4
--- phpdoc/en/reference/array/functions/array-search.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-search.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-search">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-shift.xml
diff -u phpdoc/en/reference/array/functions/array-shift.xml:1.3
phpdoc/en/reference/array/functions/array-shift.xml:1.4
--- phpdoc/en/reference/array/functions/array-shift.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-shift.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-shift">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-slice.xml
diff -u phpdoc/en/reference/array/functions/array-slice.xml:1.3
phpdoc/en/reference/array/functions/array-slice.xml:1.4
--- phpdoc/en/reference/array/functions/array-slice.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-slice.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-slice">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-splice.xml
diff -u phpdoc/en/reference/array/functions/array-splice.xml:1.3
phpdoc/en/reference/array/functions/array-splice.xml:1.4
--- phpdoc/en/reference/array/functions/array-splice.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-splice.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
<refentry id="function.array-splice">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-sum.xml
diff -u phpdoc/en/reference/array/functions/array-sum.xml:1.3
phpdoc/en/reference/array/functions/array-sum.xml:1.4
--- phpdoc/en/reference/array/functions/array-sum.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-sum.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.59 -->
<refentry id="function.array-sum">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-unique.xml
diff -u phpdoc/en/reference/array/functions/array-unique.xml:1.3
phpdoc/en/reference/array/functions/array-unique.xml:1.4
--- phpdoc/en/reference/array/functions/array-unique.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-unique.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-unique">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-unshift.xml
diff -u phpdoc/en/reference/array/functions/array-unshift.xml:1.3
phpdoc/en/reference/array/functions/array-unshift.xml:1.4
--- phpdoc/en/reference/array/functions/array-unshift.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-unshift.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-unshift">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-values.xml
diff -u phpdoc/en/reference/array/functions/array-values.xml:1.3
phpdoc/en/reference/array/functions/array-values.xml:1.4
--- phpdoc/en/reference/array/functions/array-values.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-values.xml Sun May 12 04:19:28
+2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-values">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.3
phpdoc/en/reference/array/functions/array-walk.xml:1.4
--- phpdoc/en/reference/array/functions/array-walk.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/array-walk.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.array-walk">
<refnamediv>
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.3
phpdoc/en/reference/array/functions/array.xml:1.4
--- phpdoc/en/reference/array/functions/array.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/array.xml Sun May 12 04:19:28 2002
@@ -1,46 +1,46 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.110 -->
<refentry id="function.array">
<refnamediv>
<refname>array</refname>
<refpurpose>
- Creeaz� un tablou.
+ Create an array
</refpurpose>
</refnamediv>
<refsect1>
- <title>Descriere</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>array</methodname>
<methodparam
choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
</methodsynopsis>
<para>
- Returneaz� un tablou format din parametri. Parametrii pot deveni indec�i
- utiliz�nd operatorul <literal>=></literal>.
+ Returns an array of the parameters. The parameters can be given
+ an index with the <literal>=></literal> operator.
</para>
<para>
<note>
<para>
- <function>array</function> este un constructor al limbajului PHP
- utilizat pentru a reprezenta tablourile, �i nu o func�ie propriu-zis�.
+ <function>array</function> is a language construct used to
+ represent literal arrays, and not a regular function.
</para>
</note>
</para>
<para>
- Sintaxa "index => values", separat� de virgule, define�te indec�i
- �i valori. Indec�ii pot fi de tipul �ir de caractere sau numerici. C�nd sunt
omi�i,
- indec�ii sunt genera�i automat sub forma unor numere �ntregi, �ncep�nd
- cu 0. Atunci c�nd un index este un num�r �ntreg, urm�torul index generat va fi
- cel mai mare index din tablou, incrementat cu 1. Dac� sunt defini�i doi
indec�i identici,
- ultimul �l va suprascrie pe primul.
+ Syntax "index => values", separated by commas, define index
+ and values. index may be of type string or numeric. When index is
+ omitted, a integer index is automatically generated, starting
+ at 0. If index is an integer, next generated index will
+ be the biggest integer index + 1. Note that when two identical
+ index are defined, the last overwrite the first.
</para>
<para>
- Urm�torul exemplu demonstreaz� cum se creeaz� un
- tablou bidimensional, cum se specific� cheile
- pentru tablouri asociative �i cum s� s�ri�i peste indicii numerici
- �n tablouri normale.
+ The following example demonstrates how to create a
+ two-dimensional array, how to specify keys for associative
+ arrays, and how to skip-and-continue numeric indices in normal
+ arrays.
<example>
- <title>Exempul de utilizare al func�iei <function>array</function></title>
+ <title><function>array</function> example</title>
<programlisting role="php">
<![CDATA[
$fruits = array (
@@ -54,7 +54,7 @@
</para>
<para>
<example>
- <title>Indec�i automa�i cu <function>array</function></title>
+ <title>Automatic index with <function>array</function></title>
<programlisting role="php">
<![CDATA[
$array = array( 1, 1, 1, 1, 1, 8=>1, 4=>1, 19, 3=>13);
@@ -62,7 +62,7 @@
]]>
</programlisting>
<para>
- va afi�a :
+ will display :
<screen role="php">
<![CDATA[
Array
@@ -79,14 +79,14 @@
</screen>
</para>
</example>
- Observa�i c� indexul '3' este definit de dou� ori �i c� p�streaz� valoarea
final� 13.
- Indexul 4 este definit dup� indexul 8, iar urm�torul index generat (valoarea 19)
- este 9, �ntruc�t cel mai mare index era 8.
+ Note that index '3' is defined twice, and keep its final value of 13.
+ Index 4 is defined after index 8, and next generated index (value 19)
+ is 9, since biggest index was 8.
</para>
<para>
- �n exemplul urm�tor vom crea un tablou cu baza 1.
+ This example creates a 1-based array.
<example>
- <title>index bazat pe 1 cu <function>array</function></title>
+ <title>1-based index with <function>array</function></title>
<programlisting role="php">
<![CDATA[
$firstquarter = array(1 => 'January', 'February', 'March');
@@ -109,8 +109,8 @@
</example>
</para>
<para>
- Vezi, de asemenea, �i <function>array_pad</function>,
- <function>list</function>, precum �i <function>range</function>.
+ See also <function>array_pad</function>,
+ <function>list</function>, and <function>range</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/array/functions/arsort.xml
diff -u phpdoc/en/reference/array/functions/arsort.xml:1.3
phpdoc/en/reference/array/functions/arsort.xml:1.4
--- phpdoc/en/reference/array/functions/arsort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/arsort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.arsort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/asort.xml
diff -u phpdoc/en/reference/array/functions/asort.xml:1.3
phpdoc/en/reference/array/functions/asort.xml:1.4
--- phpdoc/en/reference/array/functions/asort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/asort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.asort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/compact.xml
diff -u phpdoc/en/reference/array/functions/compact.xml:1.3
phpdoc/en/reference/array/functions/compact.xml:1.4
--- phpdoc/en/reference/array/functions/compact.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/compact.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.compact">
<refnamediv>
Index: phpdoc/en/reference/array/functions/count.xml
diff -u phpdoc/en/reference/array/functions/count.xml:1.3
phpdoc/en/reference/array/functions/count.xml:1.4
--- phpdoc/en/reference/array/functions/count.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/count.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.count">
<refnamediv>
Index: phpdoc/en/reference/array/functions/current.xml
diff -u phpdoc/en/reference/array/functions/current.xml:1.3
phpdoc/en/reference/array/functions/current.xml:1.4
--- phpdoc/en/reference/array/functions/current.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/current.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.current">
<refnamediv>
Index: phpdoc/en/reference/array/functions/each.xml
diff -u phpdoc/en/reference/array/functions/each.xml:1.4
phpdoc/en/reference/array/functions/each.xml:1.5
--- phpdoc/en/reference/array/functions/each.xml:1.4 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/each.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.4 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.each">
<refnamediv>
Index: phpdoc/en/reference/array/functions/end.xml
diff -u phpdoc/en/reference/array/functions/end.xml:1.4
phpdoc/en/reference/array/functions/end.xml:1.5
--- phpdoc/en/reference/array/functions/end.xml:1.4 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/end.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.4 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.end">
<refnamediv>
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.3
phpdoc/en/reference/array/functions/extract.xml:1.4
--- phpdoc/en/reference/array/functions/extract.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/extract.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.extract">
<refnamediv>
Index: phpdoc/en/reference/array/functions/in-array.xml
diff -u phpdoc/en/reference/array/functions/in-array.xml:1.3
phpdoc/en/reference/array/functions/in-array.xml:1.4
--- phpdoc/en/reference/array/functions/in-array.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/in-array.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.56 -->
<refentry id="function.in-array">
<refnamediv>
Index: phpdoc/en/reference/array/functions/key.xml
diff -u phpdoc/en/reference/array/functions/key.xml:1.3
phpdoc/en/reference/array/functions/key.xml:1.4
--- phpdoc/en/reference/array/functions/key.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/key.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.key">
<refnamediv>
Index: phpdoc/en/reference/array/functions/krsort.xml
diff -u phpdoc/en/reference/array/functions/krsort.xml:1.3
phpdoc/en/reference/array/functions/krsort.xml:1.4
--- phpdoc/en/reference/array/functions/krsort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/krsort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.krsort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/ksort.xml
diff -u phpdoc/en/reference/array/functions/ksort.xml:1.3
phpdoc/en/reference/array/functions/ksort.xml:1.4
--- phpdoc/en/reference/array/functions/ksort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/ksort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.ksort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/list.xml
diff -u phpdoc/en/reference/array/functions/list.xml:1.3
phpdoc/en/reference/array/functions/list.xml:1.4
--- phpdoc/en/reference/array/functions/list.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/list.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.list">
<refnamediv>
Index: phpdoc/en/reference/array/functions/natcasesort.xml
diff -u phpdoc/en/reference/array/functions/natcasesort.xml:1.3
phpdoc/en/reference/array/functions/natcasesort.xml:1.4
--- phpdoc/en/reference/array/functions/natcasesort.xml:1.3 Sun May 12 04:10:34
2002
+++ phpdoc/en/reference/array/functions/natcasesort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
<refentry id="function.natcasesort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/natsort.xml
diff -u phpdoc/en/reference/array/functions/natsort.xml:1.3
phpdoc/en/reference/array/functions/natsort.xml:1.4
--- phpdoc/en/reference/array/functions/natsort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/natsort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
<refentry id="function.natsort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/next.xml
diff -u phpdoc/en/reference/array/functions/next.xml:1.3
phpdoc/en/reference/array/functions/next.xml:1.4
--- phpdoc/en/reference/array/functions/next.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/next.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.next">
<refnamediv>
Index: phpdoc/en/reference/array/functions/pos.xml
diff -u phpdoc/en/reference/array/functions/pos.xml:1.3
phpdoc/en/reference/array/functions/pos.xml:1.4
--- phpdoc/en/reference/array/functions/pos.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/pos.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.pos">
<refnamediv>
Index: phpdoc/en/reference/array/functions/prev.xml
diff -u phpdoc/en/reference/array/functions/prev.xml:1.3
phpdoc/en/reference/array/functions/prev.xml:1.4
--- phpdoc/en/reference/array/functions/prev.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/prev.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.prev">
<refnamediv>
Index: phpdoc/en/reference/array/functions/range.xml
diff -u phpdoc/en/reference/array/functions/range.xml:1.3
phpdoc/en/reference/array/functions/range.xml:1.4
--- phpdoc/en/reference/array/functions/range.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/range.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.range">
<refnamediv>
Index: phpdoc/en/reference/array/functions/reset.xml
diff -u phpdoc/en/reference/array/functions/reset.xml:1.3
phpdoc/en/reference/array/functions/reset.xml:1.4
--- phpdoc/en/reference/array/functions/reset.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/reset.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.reset">
<refnamediv>
Index: phpdoc/en/reference/array/functions/rsort.xml
diff -u phpdoc/en/reference/array/functions/rsort.xml:1.3
phpdoc/en/reference/array/functions/rsort.xml:1.4
--- phpdoc/en/reference/array/functions/rsort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/rsort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.rsort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/shuffle.xml
diff -u phpdoc/en/reference/array/functions/shuffle.xml:1.3
phpdoc/en/reference/array/functions/shuffle.xml:1.4
--- phpdoc/en/reference/array/functions/shuffle.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/shuffle.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.shuffle">
<refnamediv>
Index: phpdoc/en/reference/array/functions/sizeof.xml
diff -u phpdoc/en/reference/array/functions/sizeof.xml:1.3
phpdoc/en/reference/array/functions/sizeof.xml:1.4
--- phpdoc/en/reference/array/functions/sizeof.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/sizeof.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.sizeof">
<refnamediv>
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml:1.3
phpdoc/en/reference/array/functions/sort.xml:1.4
--- phpdoc/en/reference/array/functions/sort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/sort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.sort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/uasort.xml
diff -u phpdoc/en/reference/array/functions/uasort.xml:1.3
phpdoc/en/reference/array/functions/uasort.xml:1.4
--- phpdoc/en/reference/array/functions/uasort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/uasort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.uasort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/uksort.xml
diff -u phpdoc/en/reference/array/functions/uksort.xml:1.3
phpdoc/en/reference/array/functions/uksort.xml:1.4
--- phpdoc/en/reference/array/functions/uksort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/uksort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.uksort">
<refnamediv>
Index: phpdoc/en/reference/array/functions/usort.xml
diff -u phpdoc/en/reference/array/functions/usort.xml:1.3
phpdoc/en/reference/array/functions/usort.xml:1.4
--- phpdoc/en/reference/array/functions/usort.xml:1.3 Sun May 12 04:10:34 2002
+++ phpdoc/en/reference/array/functions/usort.xml Sun May 12 04:19:28 2002
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.3 $ -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.usort">
<refnamediv>