如何在PHP中格式化电话号码?
在本文中,我们将学习如何使用PHP格式化电话号码。当我们需要存储电话号码时,我们会存储格式化电话号码。使用PHP,我们可以轻松地格式化电话号码。
方法:在本文中,我们将使用preg_match()格式化电话号码 方法。我们可以使用这种方法来格式化电话号码。此函数具有从字符串中查找指定模式的特殊特性。
PHP代码: 以下是使用preg_match() 格式化电话号码的完整代码。
PHP
";
}
// Print the given format
echo("$format" . "
");
}
// Call the function
formatting("+02025550170");
formatting("+01677942758");
?>
输出:
202-555-0170
167-794-2758