Symfony\Component\ErrorHandler\Error\FatalError {#1929 -error: array:4 [ "type" => 64 "message" => "Cannot redeclare posturl() (previously declared in /home/sunliner/public_html/libraries/tmp:70)" "file" => "/home/sunliner/public_html/libraries/tmp" "line" => 70 ] }
} catch (Exception $exception) { }function posturl($url, $post_data = null) { $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_HEADER, 0); curl_setopt($curl, CURLOPT_TIMEOUT, 30); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);|
FatalError
|
|---|
Symfony\Component\ErrorHandler\Error\FatalError: Compile Error: Cannot redeclare posturl() (previously declared in /home/sunliner/public_html/libraries/tmp:70) at /home/sunliner/public_html/libraries/tmp:70 |