Answers for "check if php curl is available"

PHP
1

test curl php

function _isCurl(){
    return function_exists('curl_version');
}
Posted by: Guest on September-06-2021

Code answers related to "check if php curl is available"

Browse Popular Code Answers by Language