Skip to content

Instantly share code, notes, and snippets.

@placecodex
Last active April 11, 2021 23:18
Show Gist options
  • Save placecodex/32e85c46c1d09ad2c6a98f3d5a20337b to your computer and use it in GitHub Desktop.
Save placecodex/32e85c46c1d09ad2c6a98f3d5a20337b to your computer and use it in GitHub Desktop.
bitcoin to satoshi php conversor
$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