update : 2015.11.03
php.shukuma.com검색:
|
curl_errno(PHP 4 >= 4.0.3, PHP 5, PHP 7) curl_errno — Return the last error number 설명
int curl_errno
( resource
$ch
)Returns the error number for the last cURL operation. 반환값Returns the error number or 0 (zero) if no error occurred. 예제
Example #1 curl_errno() example
<?php 참고
|