(PHP 3, PHP 4 )
string dechex (int numero)
string dechex
Restituisce una stringa contenente una rappresentazione esadecimale di un dato argomento numero. Il più grande numero che può essere convertito è 2147483647 in decimale risultante in "7fffffff".
Vedere anche la funzione hexdec().