<!DOCTYPE html>
<html>
<body>
<?php
echo pack("C3",80,72,80);
?>
</body>
</html>