<!DOCTYPE html>
<html>
<body>
<?php
$addr = chr(127) . chr(0) . chr(1) . chr(1);
$exp = inet_ntop($addr);
echo $exp;
?>
</body>
</html>