Tes Curl PHP
function _isCurl(){
return function_exists('curl_version');
}
Nipun
function _isCurl(){
return function_exists('curl_version');
}