2003-05-10 22:18:33 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-01-17 00:14:52 +00:00
|
|
|
<!-- $Revision: 1.5 $ -->
|
2007-01-16 20:18:05 +00:00
|
|
|
<refentry id="function.curl-multi-exec">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>curl_multi_exec</refname>
|
|
|
|
<refpurpose>Run the sub-connections of the current cURL handle</refpurpose>
|
|
|
|
</refnamediv>
|
2007-01-17 00:14:52 +00:00
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2007-01-16 20:18:05 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>curl_multi_exec</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>mh</parameter></methodparam>
|
|
|
|
<methodparam><type>int</type><parameter role="reference">still_running</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
|
|
|
|
&warn.undocumented.func;
|
|
|
|
|
|
|
|
</refsect1>
|
2007-01-17 00:14:52 +00:00
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
&curl.mh.description;
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>still_running</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>curl_multi_init</function></member>
|
|
|
|
<member><function>curl_exec</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2007-01-16 20:18:05 +00:00
|
|
|
</refentry>
|
2003-05-10 22:18:33 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|