Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $value = 2147614720;
  2. $value = decbin($value);
  3.  
  4. $value = $row['decimalvalue'];
  5. $value = decbin($value);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement