function d2hconvert($decimal){
return dechex($decimal);
}
$decimal=1000;
echo $decimal." equivalent Hexadecimal value is ".d2hconvert($decimal);
?>
dechex(hexbin($input));
Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/SxWRJa36kos/13533