_format_price

Fonction PHP dans app/po/index.php

Description

string _format_price(integer $price[, string $currency = ''])

Formate un prix (en cent) selon le langage courant et la monnaie

Liste des paramètres

$price
integer, prix en cent, 5$ devrait être 500.
$currency
string, monnaie

Valeurs de retour

string, prix.

Exemple

En français, _format_price(500, '$') devient '5,00 $'