'€', 'gbp' => '£', 'usd' => '$', 'jpy' => '¥', 'brl' => 'R$', default => strtoupper($currency).' ', }; return $symbol.number_format($cents / 100, 2); } }