Blogs tagged decimal binary
-
Magesh Subramanian posted on December 9, 2015Here’s a piece of code which takes the binary number as input and convert them into a decimal output $l_input is varchar and rest of the variables are of type int. #$l_input = '100111101111'; (=2543) $l_len = length($l_input); $l_lastDigit... Read More »1Comment0Likes