update : 2015.11.03
php.shukuma.com검색:
|
curl_error(PHP 4 >= 4.0.3, PHP 5, PHP 7) curl_error — Return a string containing the last error for the current session 설명
string curl_error
( resource
$ch
)Returns a clear text error message for the last cURL operation. 반환값Returns the error message or '' (the empty string) if no error occurred. 예제
Example #1 curl_error() example
<?php |