44.200.196.114 |    

Navigation

Google Advertisement

Die Funktion bin2dec() konvertiert eine binäre Zahl in eine dezimale Zahl.

bin2dec
  1. sub bin2dec {
  2. my $zahl = unpack("N", pack("B32", substr("0" x 32 . $_[0], -32)));
  3. return $zahl;
  4. }
Parsed in 0.001 seconds at 99.95 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 2 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)