Perchè la variabile $html mi risulta vuota?

Codice PHP:
<?php
    $file 
fopen('http://www.google.it'"r");
        
$html fread($filefilesize('http://www.google.it'));
    
fclose($file);

echo 
$html;
?>