<?php$tel = "+7 (977) 801-2041";$tel = preg_replace('/[^0-9]/', '', $tel);echo $tel;
Standard input is empty
79778012041
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!