svn: /phpdoc/ja/trunk/reference/strings/functions/ ltrim.xml rtrim.xml trim.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 05 Dec 2020 22:02:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351912
Log:
The \v escape sequence is supported as of PHP 5.2.5
Changed paths:
U phpdoc/ja/trunk/reference/strings/functions/ltrim.xml
U phpdoc/ja/trunk/reference/strings/functions/rtrim.xml
U phpdoc/ja/trunk/reference/strings/functions/trim.xml
Modified: phpdoc/ja/trunk/reference/strings/functions/ltrim.xml
===================================================================
--- phpdoc/ja/trunk/reference/strings/functions/ltrim.xml 2020-12-05 21:57:18 UTC (rev 351911)
+++ phpdoc/ja/trunk/reference/strings/functions/ltrim.xml 2020-12-05 22:02:24 UTC (rev 351912)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351905 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka -->
<refentry xml:id="function.ltrim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -86,9 +86,9 @@
</simpara>
</listitem>
<listitem>
- <simpara> <!-- not \v, since not supported by PHP -->
- "\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
- (<literal>0x0B</literal>)), 垂直タブ。
+ <simpara>
+ "\v" (<acronym>ASCII</acronym> <literal>11</literal>
+ (<literal>0x0B</literal>)), 垂直タブ。
</simpara>
</listitem>
</itemizedlist>
Modified: phpdoc/ja/trunk/reference/strings/functions/rtrim.xml
===================================================================
--- phpdoc/ja/trunk/reference/strings/functions/rtrim.xml 2020-12-05 21:57:18 UTC (rev 351911)
+++ phpdoc/ja/trunk/reference/strings/functions/rtrim.xml 2020-12-05 22:02:24 UTC (rev 351912)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: hirokawa Status: ready -->
-<!-- CREDITS: shimooka -->
+<!-- EN-Revision: 351905 Maintainer: hirokawa Status: ready -->
+<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.rtrim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>rtrim</refname>
@@ -55,9 +55,9 @@
</simpara>
</listitem>
<listitem>
- <simpara> <!-- not \v, since not supported by PHP -->
- "\x0B" (<acronym>ASCII</acronym> <literal>11</literal>
- (<literal>0x0B</literal>)), 垂直タブ。
+ <simpara>
+ "\v" (<acronym>ASCII</acronym> <literal>11</literal>
+ (<literal>0x0B</literal>)), 垂直タブ。
</simpara>
</listitem>
</itemizedlist>
Modified: phpdoc/ja/trunk/reference/strings/functions/trim.xml
===================================================================
--- phpdoc/ja/trunk/reference/strings/functions/trim.xml 2020-12-05 21:57:18 UTC (rev 351911)
+++ phpdoc/ja/trunk/reference/strings/functions/trim.xml 2020-12-05 22:02:24 UTC (rev 351912)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/strings.xml, last change in rev 1.1 -->
-<!-- EN-Revision: 351904 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351905 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xml:id="function.trim" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -56,8 +56,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>)), 垂直タブ
</simpara>
</listitem>