Skip to content

Instantly share code, notes, and snippets.

View codiiv's full-sized avatar

Jay codiiv

  • Canada
View GitHub Profile
@codiiv
codiiv / Common-Currency.php
Last active May 10, 2017 21:22 — forked from ksafranski/Common-Currency.json
Common Currency Codes as a PHP array
array (
'USD' =>
array (
'symbol' => '$',
'name' => 'US Dollar',
'symbol_native' => '$',
'decimal_digits' => 2,
'rounding' => 0,
'code' => 'USD',
'name_plural' => 'US dollars',