Mega Code Archive

 
Categories / Php / Code Snippets
 

Decimal to hexadecimal conversion

<?php print(dechex(255) . "<br>"); ?>