PHP Function List
bin2dec doesn't exist. Closest matches:
- bindec
- bin2hex
- include
- bson_decode
- tidynode
- odbc_binmode
- include_once
- ldap_bind
- idate
- fileinode
- ocibindbyname
- hw_insdoc
- cubrid_connect
- session_decode
- cubrid_execute
- bindtextdomain
- is_numeric
- getmyinode
- mssql_bind
- cyrus_bind
Site Search Results
-
function Bin2Dec ($binstring) { for ($i = 0; $i < strlen ($binstring); $i ++) { $decvalue += ((int) substr ($binstring, strlen ($binstring) - $i - 1, 1)) * pow (2, $i);
-
function f_bin2dec($a){$a=gmp_init(strval($a),2); return floatval(gmp_strval($a,10));} function f_ip2dec($a){$d = 0.0; $b = explode(".", $a,4); for ($i = 0; $i < 4; $i++)
-
function big_bin2dec ($binary) { $result = (float) 0; $shift = 0; while ( 0 < strlen ($binary) ) { $bit = substr ($binary, - 1); $binary = substr ($binary, 0 ...
-
function f_bin2dec($a){$a=gmp_init(strval($a),2); return floatval(gmp_strval($a,10));} function f_ip2dec($a){$d = 0.0; $b = explode(".", $a,4); for ($i = 0; $i < 4; $i++)

Other forms of search
To search the string "bin2dec" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
