update : 2015.11.03
php.shukuma.com검색:
|
curl_strerror(PHP 5 >= 5.5.0, PHP 7) curl_strerror — Return string describing the given error code 설명
string curl_strerror
( int
$errornum
)Returns a text error message describing the given error code. 인수
반환값
Returns error description or 예제
Example #1 curl_errno() example
<?php 위 예제의 출력: cURL error (1): Unsupported protocol 참고
|