Solar_Auth_Adapter_Typekey::_gmp_bindec()
protected
string
Solar_Auth_Adapter_Typekey::_gmp_bindec
( string $bin
)
Converts a binary to a decimal value using GMP functions.
Parameters
(string)
$bin
: The original binary value string.
Returns
(string) Decimal value string converted from $bin.
Description
Converts a binary to a decimal value using GMP functions.