function kontrolEt($url = 'http://google.com') { return (bool) @file_get_contents($url); } echo kontrolEt() ? 'İnternet var' : 'İnternet yok';