I have strings of numbers like this:
- 00986756849
- 007478599700
- 004583930237345
I need to convert these strings of numbers into new numbers with the last two decimal values in PHP, ie:
- 009867568.49
- 0074785997.00
- 0045839302373.45
How to?