<?php $values = [ '06', '6' ]; foreach ($values as $value) { echo($value.'→'.ltrim($value, '0').PHP_EOL); }
You have javascript disabled. You will not be able to edit any code.