W
Size: a a a
W
W
S
<?php
echo round($input / 20 * 120, 2);
ПК
ПК
АС
<?php
echo round($input / 20 * 120, 2);
W
S
W
W
W
S
$text = round($input / 20 * 120, 2);
$result = preg_replace("/\s+/", "", $text);
return $result;
АС
$text = round($input / 20 * 120, 2);
$result = preg_replace("/\s+/", "", $text);
return $result;
S
АС
S
АС
{$total.cost | replace : " " : "" / 120 * 20}
S
{$total.cost | replace : " " : "" / 120 * 20}
Е
Е