Hello
How can I convert a decimal value to a hex value? For example convert "7" to "0111";
I did It with some algorithms, But I wanna know,Is there any function in php for do it?
thanks.
http://php.net/base_convert
great ! Thanks.