Пример #1
0
 /**
  * Check if necessary cUrl version is supported by server
  *
  * @return bool true if supported
  */
 public function isCurlSupported()
 {
     $checking_result = parent::isCurlSupported();
     return $checking_result;
 }