Solar_Auth_Adapter_Typekey::_bc_hexdec()
protected
string
Solar_Auth_Adapter_Typekey::_bc_hexdec
( string $hex
)
Converts a hex value string to a decimal value string using bcmath functions.
Parameters
(string)
$hex
: The original hex value string.
Returns
(string) Decimal string converted from $hex.
Description
Converts a hex value string to a decimal value string using bcmath functions.