svn: /phpdoc/fr/trunk/reference/strings/functions/ ltrim.xml rtrim.xml trim.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Sun, 06 Dec 2020 01:19:16 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351918
Log:
Apply SVN revision 351905
Changed paths:
U phpdoc/fr/trunk/reference/strings/functions/ltrim.xml
U phpdoc/fr/trunk/reference/strings/functions/rtrim.xml
U phpdoc/fr/trunk/reference/strings/functions/trim.xml
Modified: phpdoc/fr/trunk/reference/strings/functions/ltrim.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/ltrim.xml 2020-12-06 01:16:54 UTC (rev 351917)
+++ phpdoc/fr/trunk/reference/strings/functions/ltrim.xml 2020-12-06 01:19:16 UTC (rev 351918)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351905 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.ltrim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -87,8 +87,8 @@
</simpara>
</listitem>
<listitem>
- <simpara> <!-- not \v, since not supported by PHP -->
- "\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
+ <simpara>
+ "\v" (<acronym>ASCII</acronym> <literal>11</literal>
(<literal>0x0B</literal>)), une tabulation verticale.
</simpara>
</listitem>
Modified: phpdoc/fr/trunk/reference/strings/functions/rtrim.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/rtrim.xml 2020-12-06 01:16:54 UTC (rev 351917)
+++ phpdoc/fr/trunk/reference/strings/functions/rtrim.xml 2020-12-06 01:19:16 UTC (rev 351918)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351905 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.rtrim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -54,8 +54,8 @@
</simpara>
</listitem>
<listitem>
- <simpara> <!-- not \v, since not supported by PHP -->
- "\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
+ <simpara>
+ "\v" (<acronym>ASCII</acronym> <literal>11</literal>
(<literal>0x0B</literal>)), une tabulation verticale.
</simpara>
</listitem>
Modified: phpdoc/fr/trunk/reference/strings/functions/trim.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/trim.xml 2020-12-06 01:16:54 UTC (rev 351917)
+++ phpdoc/fr/trunk/reference/strings/functions/trim.xml 2020-12-06 01:19:16 UTC (rev 351918)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351905 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.trim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -55,8 +55,8 @@
</simpara>
</listitem>
<listitem>
- <simpara> <!-- not \v, since not supported by PHP -->
- "\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
+ <simpara>
+ "\v" (<acronym>ASCII</acronym> <literal>11</literal>
(<literal>0x0B</literal>)), une tabulation verticale.
</simpara>
</listitem>