svn: /phpdoc/fr/trunk/language/control-structures/ break.xml continue.xml declare.xml do-while.xml else.xml elseif.xml for.xml foreach.xml goto.xml if.xml switch.xml while.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 07 Dec 2020 21:35:54 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351954
Log:
Apply SVN revision 351935
Changed paths:
U phpdoc/fr/trunk/language/control-structures/break.xml
U phpdoc/fr/trunk/language/control-structures/continue.xml
U phpdoc/fr/trunk/language/control-structures/declare.xml
U phpdoc/fr/trunk/language/control-structures/do-while.xml
U phpdoc/fr/trunk/language/control-structures/else.xml
U phpdoc/fr/trunk/language/control-structures/elseif.xml
U phpdoc/fr/trunk/language/control-structures/for.xml
U phpdoc/fr/trunk/language/control-structures/foreach.xml
U phpdoc/fr/trunk/language/control-structures/goto.xml
U phpdoc/fr/trunk/language/control-structures/if.xml
U phpdoc/fr/trunk/language/control-structures/switch.xml
U phpdoc/fr/trunk/language/control-structures/while.xml
svn-diffs-351954.txt
(text/x-diff, 10.1 KB)
Modified: phpdoc/fr/trunk/language/control-structures/break.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/break.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/break.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.break" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>break</literal></title> + <title>break</title> <?phpdoc print-version-for="break"?> <simpara> L'instruction <literal>break</literal> permet de sortir d'une structure Modified: phpdoc/fr/trunk/language/control-structures/continue.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/continue.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/continue.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <sect1 xml:id="control-structures.continue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>continue</literal></title> + <title>continue</title> <?phpdoc print-version-for="continue"?> <simpara> L'instruction <literal>continue</literal> est utilisée Modified: phpdoc/fr/trunk/language/control-structures/declare.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/declare.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/declare.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351365 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>declare</literal></title> + <title>declare</title> <?phpdoc print-version-for="declare"?> <para> L'élément de langage <literal>declare</literal> sert à ajouter des Modified: phpdoc/fr/trunk/language/control-structures/do-while.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/do-while.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/do-while.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.do.while" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>do-while</literal></title> + <title>do-while</title> <?phpdoc print-version-for="dowhile"?> <simpara> Les boucles <literal>do-while</literal> ressemblent beaucoup Modified: phpdoc/fr/trunk/language/control-structures/else.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/else.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/else.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 312947 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.else" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>else</literal></title> + <title>else</title> <?phpdoc print-version-for="else"?> <para> Souvent, vous voulez exécuter une instruction si une Modified: phpdoc/fr/trunk/language/control-structures/elseif.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/elseif.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/elseif.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 341918 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.elseif" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>elseif</literal>/<literal>else if</literal></title> + <title>elseif/else if</title> <?phpdoc print-version-for="elseif"?> <para> <literal>elseif</literal>, comme son nom l'indique, est une combinaison Modified: phpdoc/fr/trunk/language/control-structures/for.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/for.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/for.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 326845 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.for" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>for</literal></title> + <title>for</title> <?phpdoc print-version-for="for"?> <para> Les boucles <literal>for</literal> sont les boucles les plus complexes en PHP. Modified: phpdoc/fr/trunk/language/control-structures/foreach.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/foreach.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/foreach.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: jpauli Status: ready --> +<!-- EN-Revision: 351935 Maintainer: jpauli Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.foreach" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>foreach</literal></title> + <title>foreach</title> <?phpdoc print-version-for="foreach"?> <para> La structure de langage <literal>foreach</literal> fournit une façon simple de Modified: phpdoc/fr/trunk/language/control-structures/goto.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/goto.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/goto.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.goto" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>goto</literal></title> + <title>goto</title> <?phpdoc print-version-for="goto"?> <para> <mediaobject> Modified: phpdoc/fr/trunk/language/control-structures/if.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/if.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/if.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 312947 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.if" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>if</literal></title> + <title>if</title> <?phpdoc print-version-for="if"?> <para> L'instruction <literal>if</literal> est une des plus importantes Modified: phpdoc/fr/trunk/language/control-structures/switch.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/switch.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/switch.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 351112 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.switch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>switch</literal></title> + <title>switch</title> <?phpdoc print-version-for="switch"?> <simpara> L'instruction <literal>switch</literal> équivaut à une série d'instructions Modified: phpdoc/fr/trunk/language/control-structures/while.xml =================================================================== --- phpdoc/fr/trunk/language/control-structures/while.xml 2020-12-07 21:30:38 UTC (rev 351953) +++ phpdoc/fr/trunk/language/control-structures/while.xml 2020-12-07 21:35:54 UTC (rev 351954) @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 349746 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 351935 Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <sect1 xml:id="control-structures.while" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> - <title><literal>while</literal></title> + <title>while</title> <?phpdoc print-version-for="while"?> <para> La boucle <literal>while</literal> est le moyen le plus