Previous Page
_fetchKeyData()

Solar_Auth_Adapter_Typekey
_gmp_bindec()

Next Page
_loadSession()

_gmp_bindec()

protected string _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.