bindec()
bindec - Binary to decimal
Syntax
number bindec (
string $binary_string)
Arguments
- binary_string - The binary string to convert
Description
Returns the decimal equivalent of the binary number represented by the binary_string argument.
Version
PHP 4, 5
Return value
The decimal value of binary_string