<?php $string = '1234567'; $componto = substr_replace($string, '.', -2, 0); echo $componto;
Standard input is empty
12345.67
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!