[PHP] pobierz, plaintext <?php $url = 'https://ubezpieczenia.onet.pl/';$array = get_headers($url);$string = $array[0];echo $string;?>[PHP] pobierz, plaintext