svn: /phpdoc/fr/trunk/reference/ tokenizer/book.xml tokenizer/functions/token-get-all.xml tokenizer/functions/token-name.xml var/functions/empty.xml var/functions/get-resource-id.xml

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Wed, 09 Dec 2020 11:57:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351967

Log:
Sync various French translations with its English counterpart

Changed paths:
    U   phpdoc/fr/trunk/reference/tokenizer/book.xml
    U   phpdoc/fr/trunk/reference/tokenizer/functions/token-get-all.xml
    U   phpdoc/fr/trunk/reference/tokenizer/functions/token-name.xml
    U   phpdoc/fr/trunk/reference/var/functions/empty.xml
    U   phpdoc/fr/trunk/reference/var/functions/get-resource-id.xml

Modified: phpdoc/fr/trunk/reference/tokenizer/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/tokenizer/book.xml	2020-12-09 11:50:07 UTC (rev 351966)
+++ phpdoc/fr/trunk/reference/tokenizer/book.xml	2020-12-09 11:57:58 UTC (rev 351967)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344870 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351961 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
@@ -24,6 +24,9 @@
  &reference.tokenizer.setup;
  &reference.tokenizer.constants;
  &reference.tokenizer.examples;
+
+ &reference.tokenizer.phptoken;
+
  &reference.tokenizer.reference;

 </book>

Modified: phpdoc/fr/trunk/reference/tokenizer/functions/token-get-all.xml
===================================================================
--- phpdoc/fr/trunk/reference/tokenizer/functions/token-get-all.xml	2020-12-09 11:50:07 UTC (rev 351966)
+++ phpdoc/fr/trunk/reference/tokenizer/functions/token-get-all.xml	2020-12-09 11:57:58 UTC (rev 351967)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351416 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351961 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
 <refentry xml:id="function.token-get-all" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -179,6 +179,7 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>PhpToken::tokenize</function></member>
     <member><function>token_name</function></member>
    </simplelist>
   </para>

Modified: phpdoc/fr/trunk/reference/tokenizer/functions/token-name.xml
===================================================================
--- phpdoc/fr/trunk/reference/tokenizer/functions/token-name.xml	2020-12-09 11:50:07 UTC (rev 351966)
+++ phpdoc/fr/trunk/reference/tokenizer/functions/token-name.xml	2020-12-09 11:57:58 UTC (rev 351967)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351416 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 351961 Maintainer: jpauli Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.token-name" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>token_name</refname>
@@ -67,6 +66,13 @@
    </simplelist>
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <simplelist>
+   <member><function>PhpToken::getTokenName</function></member>
+  </simplelist>
+ </refsect1>
 </refentry>
 <!-- Keep this comment at the end of the file
 Local variables:

Modified: phpdoc/fr/trunk/reference/var/functions/empty.xml
===================================================================
--- phpdoc/fr/trunk/reference/var/functions/empty.xml	2020-12-09 11:50:07 UTC (rev 351966)
+++ phpdoc/fr/trunk/reference/var/functions/empty.xml	2020-12-09 11:57:58 UTC (rev 351967)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350656 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351947 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.empty" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>empty</refname>
@@ -55,21 +54,11 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne &false; si <parameter>var</parameter> existe et est non-vide,
-   et dont la valeur n'est pas zéro.
+   Retourne &false; si <parameter>var</parameter> existe et est non-vide, une
+   valeur différent de zéro, c.à.d. qu'elle est considéré "falsey", voir
+   <link linkend="language.types.boolean.casting">conversion en booléen</link>.
+   Sinon retourne &true;.
   </para>
-  <para>
-   Les valeurs ci-dessous sont considérés comme étant vide :
-   <simplelist>
-    <member><literal>""</literal> (une chaîne vide)</member>
-    <member><literal>0</literal> (0 en tant qu'entier)</member>
-    <member><literal>0.0</literal> (0 en tant que nombre à virgule flottante)</member>
-    <member><literal>"0"</literal> (0 en tant que chaîne de caractères)</member>
-    <member>&null;</member>
-    <member>&false;</member>
-    <member><literal>array()</literal> (un tableau vide)</member>
-   </simplelist>
-  </para>
  </refsect1>

  <refsect1 role="examples">

Modified: phpdoc/fr/trunk/reference/var/functions/get-resource-id.xml
===================================================================
--- phpdoc/fr/trunk/reference/var/functions/get-resource-id.xml	2020-12-09 11:50:07 UTC (rev 351966)
+++ phpdoc/fr/trunk/reference/var/functions/get-resource-id.xml	2020-12-09 11:57:58 UTC (rev 351967)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351584 Maintainer: François Capon Status: ready -->
+<!-- EN-Revision: 351584 Maintainer: girgias Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.get-resource-id" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>get_resource_id</refname>
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.