[DOC-CVS] [doc-en] master: curl-multi-exec.xml Change the function purpose (#3944)

[email protected] (Mikhail Alferov via GitHub)
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: lacatoire
Date: 2026-08-24T14:23:20+02:00

Commit: https://github.com/php/doc-en/commit/d6aa7900b52cdf99998a9367ee06f1155850b92b
Raw diff: https://github.com/php/doc-en/commit/d6aa7900b52cdf99998a9367ee06f1155850b92b.diff

curl-multi-exec.xml Change the function purpose (#3944)

* curl-multi-exec.xml Change the function purpose

I'm not sure I'm offering a better description, perhaps a formulation like `Run the connections of handles contained in the given cURL multi handle` would be better, or some similar. I was just a little confused by the words `sub-connections` (the explanation of which is not given, although it is clear that we are talking about the connections of descriptors contained in the multi-descriptor), and the `current` word... Current in relation to what?

* curl-multi-exec.xml Remove trailing whiespaces

* curl-multi-exec.xml Remove the trailing whiespace

* Apply suggestion from @kamil-tekiela

Co-authored-by: Kamil Tekiela <[email protected]>

---------

Co-authored-by: Kamil Tekiela <[email protected]>

Changed paths:
  M  reference/curl/functions/curl-multi-exec.xml


Diff:

diff --git a/reference/curl/functions/curl-multi-exec.xml b/reference/curl/functions/curl-multi-exec.xml
index ab965f71f666..46482aa38932 100644
--- a/reference/curl/functions/curl-multi-exec.xml
+++ b/reference/curl/functions/curl-multi-exec.xml
@@ -3,9 +3,9 @@
 <refentry xml:id="function.curl-multi-exec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_exec</refname>
-  <refpurpose>Run the sub-connections of the current cURL handle</refpurpose>
+  <refpurpose>Processes each of the handles in the stack</refpurpose>
  </refnamediv>
- 
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -16,7 +16,7 @@
   <para>
    Processes each of the handles in the stack.  This method can be called whether or not a handle
    needs to read or write data.
-  </para> 
+  </para>
  </refsect1>
 
  <refsect1 role="parameters">
@@ -43,13 +43,13 @@
   </para>
   <note>
    <para>
-    This only returns errors regarding the whole multi stack. There might still have 
-    occurred problems on individual transfers even when this function returns 
+    This only returns errors regarding the whole multi stack. There might still have
+    occurred problems on individual transfers even when this function returns
     <constant>CURLM_OK</constant>.
    </para>
   </note>
  </refsect1>
- 
+
  <refsect1 role="changelog">
   &reftitle.changelog;
   <informaltable>
@@ -136,7 +136,7 @@ curl_multi_close($mh);
    </example>
   </para>
  </refsect1>
- 
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -147,7 +147,7 @@ curl_multi_close($mh);
    </simplelist>
   </para>
  </refsect1>
- 
+
 </refentry>
 <!-- Keep this comment at the end of the file
 Local variables:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.