<?php $x=curl_init("https://www.google.com.tr/"); curl_exec($x); $y = curl_getinfo($x); var_dump($y); ?>