Skip to content

Instantly share code, notes, and snippets.

@devmoosun
devmoosun / All Country Currencies - Currency code, Country name, Currency name, Symbol
Last active July 11, 2021 05:24
All Country Currencies - Currency code, Country name, Currency name, Symbol
<?php
$co = array(
array('code'=> 'ALL',
'countryname'=> 'Albania',
'currencyname'=> 'Albanian lek',
'symbol'=> '&#76;'),
array('code'=> 'AFN',
'countryname'=> 'Afghanistan',