Last active
April 11, 2021 23:18
-
-
Save placecodex/32e85c46c1d09ad2c6a98f3d5a20337b to your computer and use it in GitHub Desktop.
bitcoin to satoshi php conversor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$btc = 0.00005; // amount | |
echo ($btc)*(pow(10, 8)); // bitcoin to satoshi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment