Return type information on curl_multi_remove_handle() was incorrect

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314119 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Scott MacVicar 2011-08-02 17:21:47 +00:00
parent 19e2e9b1a4
commit 84e91d57af

View file

@ -34,7 +34,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
On success, returns a cURL handle, &false; on failure.
Returns 0 on success, or one of the <constant>CURLM_XXX</constant> error
codes.
</para>
</refsect1>