svn: /phpdoc/ja/trunk/reference/datetime/datetime/ createfromformat.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 03 Feb 2020 00:10:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349103
Log:
Fix #79181: Docpage miss 'v' format definition
Bug: https://bugs.php.net/79181 (Closed) Docpage miss 'v' format definition
Changed paths:
U phpdoc/ja/trunk/reference/datetime/datetime/createfromformat.xml
Modified: phpdoc/ja/trunk/reference/datetime/datetime/createfromformat.xml
===================================================================
--- phpdoc/ja/trunk/reference/datetime/datetime/createfromformat.xml 2020-02-03 00:10:15 UTC (rev 349102)
+++ phpdoc/ja/trunk/reference/datetime/datetime/createfromformat.xml 2020-02-03 00:10:31 UTC (rev 349103)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342335 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349094 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<refentry xml:id="datetime.createfromformat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -168,6 +169,11 @@
<entry><literal>00</literal> から <literal>59</literal></entry>
</row>
<row>
+ <entry><literal>v</literal></entry>
+ <entry>ミリ秒。(最大 3桁)</entry>
+ <entry>例: <literal>12</literal>, <literal>345</literal></entry>
+ </row>
+ <row>
<entry><literal>u</literal></entry>
<entry>マイクロ秒 (最大 6 桁)</entry>
<entry>例: <literal>45</literal>, <literal>654321</literal></entry>
@@ -349,6 +355,12 @@
</thead>
<tbody>
<row>
+ <entry>7.3.0</entry>
+ <entry>
+ 書式文字列 <literal>v</literal> が追加されました。
+ </entry>
+ </row>
+ <row>
<entry>5.3.9</entry>
<entry>
書式文字列 + が追加されました。