mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
19e2e9b1a4
commit
84e91d57af
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue