PHP function bindec()
Binary to decimal
Availability in PHP 4.0
Binary to decimal
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$binary_string |
string |
not | The binary string to convert |
Return values
number
The decimal value of binary_string
Other resources
Loading comments...