PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

curl_exec> <curl_errno
Last updated: Fri, 10 Oct 2008

view this page in

curl_error

(PHP 4 >= 4.0.3, PHP 5)

curl_error現在のセッションに関する直近のエラー文字列を返す

説明

string curl_error ( resource $ch )

直近の cURL 操作に関するエラーメッセージをクリアテキストで返します。

パラメータ

ch

curl_init() が返す cURL ハンドル。

返り値

エラー番号、あるいはエラーが発生しなかった場合は '' (空文字) を返します。



add a note add a note User Contributed Notes
curl_error
noah dot figg at xpertimage dot com
14-Mar-2008 07:06
The return value for this function is actually an english description of the error, rather than an error number, FYI.

curl_exec> <curl_errno
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites