Code For PHP Developers
Tuesday, 30 June 2015
How to check cURL enabled or disabled ?
You can use this script to get CURL status..
<?php
echo 'Curl: ', function_exists('curl_version') ? 'Enabled' : 'Disabled';
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment