fork download
  1. <?php
  2.  
  3. $phoneNumber = '+ 7 (845-67) 2-000-5';
  4.  
  5. echo strtr($phoneNumber, [' ' => '', '-' => '', '(' => '', ')' => '']);
Success #stdin #stdout 0.02s 23576KB
stdin
Standard input is empty
stdout
+78456720005