Skip to content

Instantly share code, notes, and snippets.

@bernard-ng
Created June 8, 2021 11:48
Show Gist options
  • Save bernard-ng/cc1b5cd9b19b7eb95949f435b3cea637 to your computer and use it in GitHub Desktop.
Save bernard-ng/cc1b5cd9b19b7eb95949f435b3cea637 to your computer and use it in GitHub Desktop.
french african countries list - symfony
<?php
$countries = [
Countries::getName('BJ') => 'BJ',
Countries::getName('BF') => 'BF',
Countries::getName('BI') => 'BI',
Countries::getName('CM') => 'CM',
Countries::getName('CF') => 'CF',
Countries::getName('CG') => 'CG',
Countries::getName('CD') => 'CD',
Countries::getName('CI') => 'CI',
Countries::getName('GA') => 'GA',
Countries::getName('GN') => 'GN',
Countries::getName('ML') => 'ML',
Countries::getName('MR') => 'MR',
Countries::getName('NE') => 'NE',
Countries::getName('RW') => 'RW',
Countries::getName('SN') => 'SN',
Countries::getName('TD') => 'TD',
Countries::getName('TG') => 'TG'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment