Contributions are ready for review
[email protected] Mon, 14 Oct 2019 08:00:04 -0400
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <[email protected]> |
Hello PHP NL Documentation team,
There are contributions within the online editor queue for this language.
Please review, then commit or delete these patches.
Patches for review :
-----------------------
New file: nl/install/cloud/ec2.xml
By: Robin Speekenbrink on 2013-10-27 21:31:33
===================================================================
--- nl/install/cloud/ec2.xml
+++ nl/install/cloud/ec2.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 312448 Maintainer: Robin Speekenbrink Status: ready -->
+<!-- Reviewed: no -->
+
+ <sect1 xml:id="install.cloud.ec2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Amazon EC2</title>
+ <para>
+ PHP is te installeren op het <link xlink:href="&url.cloud.ec2;">Amazon EC2 platform</link>.
+ </para>
+ <para>
+ Zie ook de <link xlink:href="&url.cloud.ec2.sdk;">AWS SDK voor PHP</link>.
+ </para>
+ </sect1>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
=> Put this change into your patches : https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=50820
=> Delete this change: https://edit.php.net/?project=php&action=deleteThisChange&idDB=50820
------------------------------------------------------------------
New file: nl/install/cloud/azure.xml
By: Robin Speekenbrink on 2013-10-27 21:32:01
===================================================================
--- nl/install/cloud/azure.xml
+++ nl/install/cloud/azure.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 312448 Maintainer: Robin Speekenbrink Status: ready -->
+<!-- Reviewed: no -->
+
+ <sect1 xml:id="install.cloud.azure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Microsoft Azure</title>
+ <para>
+ PHP is te installeren op het <link xlink:href="&url.cloud.azure;">Microsoft Azure platform</link>.
+ </para>
+ <para>
+ Zie ook de <link xlink:href="&url.cloud.azure.sdk;">Azure SDK voor PHP</link>.
+ </para>
+ </sect1>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
=> Put this change into your patches : https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=50821
=> Delete this change: https://edit.php.net/?project=php&action=deleteThisChange&idDB=50821
------------------------------------------------------------------
New file: nl/install/cloud/index.xml
By: Robin Speekenbrink on 2013-10-27 21:32:42
===================================================================
--- nl/install/cloud/index.xml
+++ nl/install/cloud/index.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 312448 Maintainer: Robin Speekenbrink Status: ready -->
+<!-- Reviewed: no -->
+
+<chapter xml:id="install.cloud" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Installatie op in de cloud</title>
+ <para>
+ PHP is te installeren en gebruiken in de cloud. Naar de cloud met PHP!
+ </para>
+ &install.cloud.azure;
+ &install.cloud.ec2;
+</chapter>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
=> Put this change into your patches : https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=50822
=> Delete this change: https://edit.php.net/?project=php&action=deleteThisChange&idDB=50822
------------------------------------------------------------------
New file: nl/reference/array/sorting.xml
By: Jordi Kroon on 2014-10-30 16:36:55
===================================================================
--- nl/reference/array/sorting.xml
+++ nl/reference/array/sorting.xml
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: $ -->
+<!-- EN-Revision: 327704 Maintainer: Jordi Kroon Status: ready -->
+<!-- Reviewed: no -->
+
+<chapter xml:id="array.sorting" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Arrays sorteren</title>
+ <para>
+ PHP heeft verschillende functies die omgaan met het sorteren van arrays, dit document
+ bestaat er om je te helpen met verschillende manieren van sorteren.
+ </para>
+ <para>
+ De hoofd verschillen zijn:
+ </para>
+ <para>
+ <simplelist>
+ <member>
+ Sommige sorteringsfuncties zijn gebaseerd op de <type>array</type> keys,
+ waar anderen gebaseerd zijn op de waarde: <literal>$array['key'] = 'waarde';</literal>
+ </member>
+ <member>
+ Of de sleutels en waardes behouden worden na het sorteren, wat kan
+ betekeken dat na het sorteren van de array de sleutels gereset kunnen
+ zijn (0,1,2...)
+ </member>
+ <member>
+ De volgorde van het sorten: alfabetisch, laag naar hoog (ophogend),
+ hoog naar laag (aflopend), numeriek, natuurlijk, random, or gedefineerd door de gebruiker
+ </member>
+ <member>
+ Opmerking: Al deze soort functies werken direct op de array
+ variabel zelf, in plaats van op een nieuw gesorteerde array
+ </member>
+ <member>
+ Als een van deze sorteringsfuncties evalueert naar twee gelijke delen, dan is volgorde tussen de twee vast te stellen.
+ </member>
+ </simplelist>
+ </para>
+ <para>
+ <table>
+ <title>Sorteer functies</title>
+ <tgroup cols="5">
+ <thead>
+ <row>
+ <entry>Functie naam</entry>
+ <entry>Gesorteed door</entry>
+ <entry>Behoud sleutels</entry>
+ <entry>Order of sort</entry>
+ <entry>Gerelateerde functies</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><function>array_multisort</function></entry>
+ <entry>waarde</entry>
+ <entry>associatief ja, numeriek nee</entry>
+ <entry>eerste array of sorteer opties</entry>
+ <entry><function>array_walk</function></entry>
+ </row>
+ <row>
+ <entry><function>asort</function></entry>
+ <entry>waarde</entry>
+ <entry>ja</entry>
+ <entry>laag naar hoog</entry>
+ <entry><function>arsort</function></entry>
+ </row>
+ <row>
+ <entry><function>arsort</function></entry>
+ <entry>waarde</entry>
+ <entry>yes</entry>
+ <entry>ja naar laag</entry>
+ <entry><function>asort</function></entry>
+ </row>
+ <row>
+ <entry><function>krsort</function></entry>
+ <entry>sleutel</entry>
+ <entry>ja</entry>
+ <entry>hoog naar laag</entry>
+ <entry><function>ksort</function></entry>
+ </row>
+ <row>
+ <entry><function>ksort</function></entry>
+ <entry>sleutel</entry>
+ <entry>ja</entry>
+ <entry>laag naar hoog</entry>
+ <entry><function>asort</function></entry>
+ </row>
+ <row>
+ <entry><function>natcasesort</function></entry>
+ <entry>waarde</entry>
+ <entry>ja</entry>
+ <entry>natuurlijk, hoofdletter ongevoelig</entry>
+ <entry><function>natsort</function></entry>
+ </row>
+ <row>
+ <entry><function>natsort</function></entry>
+ <entry>waarde</entry>
+ <entry>ja</entry>
+ <entry>natuurlijk</entry>
+ <entry><function>natcasesort</function></entry>
+ </row>
+ <row>
+ <entry><function>rsort</function></entry>
+ <entry>waarde</entry>
+ <entry>nee</entry>
+ <entry>hoog naar laag</entry>
+ <entry><function>sort</function></entry>
+ </row>
+ <row>
+ <entry><function>shuffle</function></entry>
+ <entry>waarde</entry>
+ <entry>nee</entry>
+ <entry>random</entry>
+ <entry><function>array_rand</function></entry>
+ </row>
+ <row>
+ <entry><function>sort</function></entry>
+ <entry>waarde</entry>
+ <entry>nee</entry>
+ <entry>laag naar hoog</entry>
+ <entry><function>rsort</function></entry>
+ </row>
+ <row>
+ <entry><function>uasort</function></entry>
+ <entry>waarde</entry>
+ <entry>ja</entry>
+ <entry>gedefinieerd door gebruiker</entry>
+ <entry><function>uksort</function></entry>
+ </row>
+ <row>
+ <entry><function>uksort</function></entry>
+ <entry>sleutel</entry>
+ <entry>ja</entry>
+ <entry>gedefinieerd door gebruiker</entry>
+ <entry><function>uasort</function></entry>
+ </row>
+ <row>
+ <entry><function>usort</function></entry>
+ <entry>waarde</entry>
+ <entry>nee</entry>
+ <entry>gedefinieerd door gebruiker</entry>
+ <entry><function>uasort</function></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+</chapter>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
+
=> Put this change into your patches : https://edit.php.net/?project=php&action=putIntoMyPatches&idDB=58962
=> Delete this change: https://edit.php.net/?project=php&action=deleteThisChange&idDB=58962
------------------------------------------------------------------
--
https://edit.php.net/
This email is send automatically by the Php Docbook Online Editor.