<?php $formatter = new \NumberFormatter('lt', \NumberFormatter::DECIMAL); $value = $formatter->format('-150'); $valueAsAscii = iconv('utf8', 'ascii//translit', $value); var_dump($value); var_dump($valueAsAscii);
You have javascript disabled. You will not be able to edit any code.