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';
?>
Posted by Unknown at Tuesday, June 30, 2015
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2017 (2)
    • ►  July (1)
    • ►  June (1)
  • ►  2016 (4)
    • ►  December (1)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
  • ▼  2015 (20)
    • ►  December (1)
    • ►  August (1)
    • ►  July (6)
    • ▼  June (12)
      • How to check cURL enabled or disabled ?
      • What is cURL and how use ?
      • How To make sub-string in PHP ?
      • PHP Date Function Some days previous
      • How To create Constant in PHP ?
      • What is variable and how to declare in php ?
      • how to connect to mysql database using pdo in php ?
      • PHP Database Connections with MySql
      • How to get first and last date of current month ?
      • How To get First Date And Last Date of current We...
      • how to get difference between two dates in php
      • What is PHP

Foot

Simple theme. Powered by Blogger.