简单教程
提交运行
代码编辑器:
<?php function convertSpace($string) { return str_replace("_", ".", $string); } $string = "https://www_twle_cn"; echo filter_var($string, FILTER_CALLBACK,array("options"=>"convertSpace")); echo '<p>PHP 基础教程 - 简单教程(www.twle.cn)</p>';
运行结果: