realfloat.php 71 B

12345
  1. <?php
  2. function rf($num) {
  3. return preg_replace('#\D#u','.',$num);
  4. }
  5. ?>