I am developing a loan system, for a client from the Dominican Republic, and I need to develop a currency format, which is the same as there, I am using the function.
<?php
number_format($number, 2);
?>
But the client tells me that the figures that this function shows are not correct, and I would like to make the converter in his currency.
I would appreciate your help friends :)