Previous Page
__destruct()

Solar_Auth_Adapter_Typekey
_bc_bindec()

Next Page
_bc_exgcd()

_bc_bindec()

protected string _bc_bindec ( string $bin )

Converts a binary value string to a decimal value string using bcmath functions.

Parameters

  • (string) $bin: The original binary value string.

Returns

  • (string) Decimal value string converted from $bin.

Description

Converts a binary value string to a decimal value string using bcmath functions.