You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/curl/constants_curl_getinfo.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@
112
112
</term>
113
113
<listitem>
114
114
<simpara>
115
-
Content length of download, read from Content-Length: field
115
+
Content length of download, read from Content-Length: field. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant> instead.
116
116
</simpara>
117
117
</listitem>
118
118
</varlistentry>
@@ -135,7 +135,7 @@
135
135
</term>
136
136
<listitem>
137
137
<simpara>
138
-
Specified size of upload
138
+
Specified size of upload. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant> instead.
139
139
</simpara>
140
140
</listitem>
141
141
</varlistentry>
@@ -453,7 +453,7 @@
453
453
<listitem>
454
454
<simpara>
455
455
The protocol used in the last HTTP connection. The returned value will be exactly one of the <constant>CURLPROTO_<replaceable>*</replaceable></constant> values.
456
-
Available as of PHP 7.3.0 and cURL 7.52.0
456
+
Available as of PHP 7.3.0 and cURL 7.52.0. Deprecated since cURL 7.85.0. Use <constant>CURLINFO_SCHEME</constant> instead.
457
457
</simpara>
458
458
</listitem>
459
459
</varlistentry>
@@ -671,7 +671,7 @@
671
671
</term>
672
672
<listitem>
673
673
<simpara>
674
-
Total number of bytes downloaded
674
+
Total number of bytes downloaded. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SIZE_DOWNLOAD_T</constant> instead.
675
675
</simpara>
676
676
</listitem>
677
677
</varlistentry>
@@ -694,7 +694,7 @@
694
694
</term>
695
695
<listitem>
696
696
<simpara>
697
-
Total number of bytes uploaded
697
+
Total number of bytes uploaded. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SIZE_UPLOAD_T</constant> instead.
698
698
</simpara>
699
699
</listitem>
700
700
</varlistentry>
@@ -717,7 +717,7 @@
717
717
</term>
718
718
<listitem>
719
719
<simpara>
720
-
Average download speed
720
+
Average download speed. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SPEED_DOWNLOAD_T</constant> instead.
721
721
</simpara>
722
722
</listitem>
723
723
</varlistentry>
@@ -740,7 +740,7 @@
740
740
</term>
741
741
<listitem>
742
742
<simpara>
743
-
Average upload speed
743
+
Average upload speed. Deprecated since cURL 7.55.0. Use <constant>CURLINFO_SPEED_UPLOAD_T</constant> instead.
0 commit comments