cvs: phpdoc-sk /reference/array/functions array-diff-assoc.xml array-diff.xml array-intersect-assoc.xml array-intersect.xml array-multisort.xml

[email protected] ("Joseph Drake")
Newsgroups php.doc.sk
Message-ID <cvsjoseph1043374250@cvsserver>
joseph		Thu Jan 23 21:10:50 2003 EDT

  Modified files:              
    /phpdoc-sk/reference/array/functions	array-diff.xml 
                                        	array-intersect.xml 
                                        	array-multisort.xml 
                                        	array-diff-assoc.xml 
                                        	array-intersect-assoc.xml 
  Log:
  repaired
  
Index: phpdoc-sk/reference/array/functions/array-diff.xml
diff -u phpdoc-sk/reference/array/functions/array-diff.xml:1.1 phpdoc-sk/reference/array/functions/array-diff.xml:1.2
--- phpdoc-sk/reference/array/functions/array-diff.xml:1.1	Fri Sep 27 18:13:22 2002
+++ phpdoc-sk/reference/array/functions/array-diff.xml	Thu Jan 23 21:10:50 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.5 Maintainer: joseph Status: ready -->
+<!-- EN-Revision: 1.7 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
   <refentry id="function.array-diff">
    <refnamediv>
@@ -59,8 +59,10 @@
      </simpara>
     </warning>
     <para>
-     Tie¾ pozri <function>array_intersect</function>.
-    </para>
+     Tie¾ pozri <function>array_diff_assoc</function>,
+     <function>array_intersect</function> a
+     <function>array_intersect_assoc</function>.
+     </para>
    </refsect1>
   </refentry>
 
Index: phpdoc-sk/reference/array/functions/array-intersect.xml
diff -u phpdoc-sk/reference/array/functions/array-intersect.xml:1.2 phpdoc-sk/reference/array/functions/array-intersect.xml:1.3
--- phpdoc-sk/reference/array/functions/array-intersect.xml:1.2	Tue Jan 14 18:28:40 2003
+++ phpdoc-sk/reference/array/functions/array-intersect.xml	Thu Jan 23 21:10:50 2003
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.4 Maintainer: joseph Status: ready-->
+<?xml version="1.0" encoding="iso-8859-2"?>
+<!-- EN-Revision: 1.5 Maintainer: joseph Status: ready-->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
   <refentry id="function.array-intersect">
    <refnamediv>
@@ -26,7 +26,7 @@
       <programlisting role="php">
 <![CDATA[
 $pole1 = array ("a" => "zelena", "cervena", "modra");
-$poley2 = array ("b" => "zelena", "zlta", "cervena");
+$pole2 = array ("b" => "zelena", "zlta", "cervena");
 $vysledok = array_intersect ($pole1, $pole2);
 ]]>
       </programlisting>
@@ -59,7 +59,9 @@
      </simpara>
     </warning>
     <para>
-     Tie¾ <function>array_diff</function>.
+     Tie¾ pozri <function>array_intersect_assoc</function>,
+     <function>array_diff</function>,
+     <function>array_diff_assoc</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc-sk/reference/array/functions/array-multisort.xml
diff -u phpdoc-sk/reference/array/functions/array-multisort.xml:1.1 phpdoc-sk/reference/array/functions/array-multisort.xml:1.2
--- phpdoc-sk/reference/array/functions/array-multisort.xml:1.1	Tue Jan 14 18:29:43 2003
+++ phpdoc-sk/reference/array/functions/array-multisort.xml	Thu Jan 23 21:10:50 2003
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="iso-8859-2"?>
 <!-- EN-Revision: 1.4 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
   <refentry id="function.array-multisort">
@@ -61,7 +61,7 @@
     <para>
      Po ka¾dom poli mô¾te ¹pecifikova» jednu náves» ka¾dého typu.
      Trediace návesti ¹pecifikované po argumente poµa sa aplikujú
-     iba na toto pole - po ka¾dom novom argumente poµa sa resetujú
+     iba na toto pole - pred ka¾dým novým argumentom poµa sa resetujú
      na defaultné ORT_ASC a SORT_REGULAR.
     </para>
     <para>
Index: phpdoc-sk/reference/array/functions/array-diff-assoc.xml
diff -u phpdoc-sk/reference/array/functions/array-diff-assoc.xml:1.1 phpdoc-sk/reference/array/functions/array-diff-assoc.xml:1.2
--- phpdoc-sk/reference/array/functions/array-diff-assoc.xml:1.1	Fri Dec 27 20:22:05 2002
+++ phpdoc-sk/reference/array/functions/array-diff-assoc.xml	Thu Jan 23 21:10:50 2003
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.1 Maintainer: joseph Status: ready -->
+<?xml version="1.0" encoding="iso-8859-2"?>
+<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
   <refentry id="function.array-diff-assoc">
    <refnamediv>
@@ -18,7 +18,7 @@
      <function>array_diff_assoc</function> vracia <type>pole</type>
      obsahujúce v¹etky hodnoty od <parameter>pole1</parameter>,
      ktoré sa nenachádzajú v ¾iadnom z ïal¹ích argumentov.
-     V¹imnite si, ¾e kµúèe sa pou¾ívajú v porovnaní na rozdiel od
+     V¹imnite si, ¾e kµúèe sa pou¾ívajú v porovnávaní na rozdiel od
      <function>array_diff</function>.
     </para>
     <para>
@@ -66,7 +66,8 @@
      </simpara>
     </note>
     <para>
-     Tie¾ pozri <function>array_diff</function>, <function>array_intersect</function>
+     Tie¾ pozri <function>array_diff</function>,
+     <function>array_intersect</function>
      a <function>array_intersect_assoc</function>.
     </para>
    </refsect1>
Index: phpdoc-sk/reference/array/functions/array-intersect-assoc.xml
diff -u phpdoc-sk/reference/array/functions/array-intersect-assoc.xml:1.1 phpdoc-sk/reference/array/functions/array-intersect-assoc.xml:1.2
--- phpdoc-sk/reference/array/functions/array-intersect-assoc.xml:1.1	Mon Dec 30 20:59:33 2002
+++ phpdoc-sk/reference/array/functions/array-intersect-assoc.xml	Thu Jan 23 21:10:50 2003
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.1 Maintainer: joseph Status: ready -->
+<?xml version="1.0" encoding="iso-8859-2"?>
+<!-- EN-Revision: 1.2 Maintainer: joseph Status: ready -->
   <refentry id="function.array-intersect-assoc">
    <refnamediv>
     <refname>array_intersect_assoc</refname>
@@ -59,7 +59,8 @@
      <!-- TODO: example of it... -->
     </simpara>
     <simpara>
-     Tie¾ pozri <function>array_diff</function> a
+     Tie¾ pozri <function>array_intersect</function>,
+     <function>array_diff</function> a
      <function>array_intersect</function>.
     </simpara>
    </refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.