svn: /phpdoc/ja/trunk/reference/curl/functions/ curl-getinfo.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 09 Feb 2020 11:13:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349187
Log:
Fix changelog order
Should always be from in reverse chronological order.
Changed paths:
U phpdoc/ja/trunk/reference/curl/functions/curl-getinfo.xml
Modified: phpdoc/ja/trunk/reference/curl/functions/curl-getinfo.xml
===================================================================
--- phpdoc/ja/trunk/reference/curl/functions/curl-getinfo.xml 2020-02-09 10:48:36 UTC (rev 349186)
+++ phpdoc/ja/trunk/reference/curl/functions/curl-getinfo.xml 2020-02-09 11:13:15 UTC (rev 349187)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349125 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349186 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -519,6 +519,29 @@
</thead>
<tbody>
<row>
+ <entry>7.3.0</entry>
+ <entry>
+ <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
+ <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
+ <constant>CURLINFO_HTTP_VERSION</constant>,
+ <constant>CURLINFO_PROTOCOL</constant>,
+ <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
+ <constant>CURLINFO_SCHEME</constant>,
+ <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
+ <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
+ <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
+ <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
+ <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
+ <constant>CURLINFO_CONNECT_TIME_T</constant>,
+ <constant>CURLINFO_FILETIME_T</constant>,
+ <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
+ <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
+ <constant>CURLINFO_REDIRECT_TIME_T</constant>,
+ <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
+ <constant>CURLINFO_TOTAL_TIME_T</constant> が追加されました。
+ </entry>
+ </row>
+ <row>
<entry>5.5.0</entry>
<entry>
<constant>CURLINFO_RESPONSE_CODE</constant>、
@@ -571,29 +594,6 @@
<constant>CURLINFO_HEADER_OUT</constant> が追加されました。
</entry>
</row>
- <row>
- <entry>7.3.0</entry>
- <entry>
- <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
- <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
- <constant>CURLINFO_HTTP_VERSION</constant>,
- <constant>CURLINFO_PROTOCOL</constant>,
- <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
- <constant>CURLINFO_SCHEME</constant>,
- <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
- <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
- <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
- <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
- <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
- <constant>CURLINFO_CONNECT_TIME_T</constant>,
- <constant>CURLINFO_FILETIME_T</constant>,
- <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
- <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
- <constant>CURLINFO_REDIRECT_TIME_T</constant>,
- <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
- <constant>CURLINFO_TOTAL_TIME_T</constant> が追加されました。
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>