Input/Output Learning Mode

You run the following PHP script:

<?php
 $a = gethostbyaddr($_SERVER['REMOTE_ADDR']);
 echo $a;
 ?>

What will be the output of the script?