I have a 128 character hex string.
I need to get the first 5 characters and then convert them to a decimal, which I will do with hexdec()
How can I get the first 5 characters?
I have a 128 character hex string.
I need to get the first 5 characters and then convert them to a decimal, which I will do with hexdec()
How can I get the first 5 characters?