«
»

php, php5, php6

Php string de Moneda

06.11.14 | Comment?

Alberto Suárez Pérez
public static function divisa($number) {
		setlocale(LC_MONETARY, 'nl_NL.UTF-8');
		$amountreturn = money_format('%.2n', $number);
		return $amountreturn;
	}

Comments are closed.


«
»