svn: /phpdoc/de/trunk/reference/curl/functions/ curl-multi-close.xml
[email protected] (Daniel Jaenecke)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
jaenecke Tue, 28 Sep 2010 11:26:01 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303818
Log:
sync to EN
Changed paths:
U phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml
Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml 2010-09-28 11:22:58 UTC (rev 303817)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml 2010-09-28 11:26:01 UTC (rev 303818)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 301119 Maintainer: jaenecke Status: ready -->
<refentry xml:id="function.curl-multi-close" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>curl_multi_close</refname>
@@ -67,7 +67,7 @@
// Handles ausführen
do {
curl_multi_exec($mh,$running);
-} while ($running > 0)
+} while ($running > 0);
//close the handles
curl_multi_remove_handle($mh, $ch1);
curl_multi_remove_handle($mh, $ch2);