printf: hexadecimal representation %x
<?php printf ("The hexadecimal representation of %d is %x\n", 92, 92); ?>