Как можно уменьшить количество цифр
$data = json_decode(file_get_contents("https://api.cryptonator.com/api/ticker/btc-rub"));
$price = $data->ticker->price;
echo $price
Ответы (1 шт):
Автор решения: binliz
→ Ссылка
number_format ( float $number , int $decimals = 0 , string $dec_point = "." , string $thousands_sep = "," ) : string