PHP单文件实现代码去行首尾空格和去空行-牛翰网

PHP单文件实现代码去行首尾空格和去空行

示例代码 <?php if($_GET['x'] == 'cha'){ $tips = isset($_POST['tips']) ? $_POST['tips'] : ''; $tips = preg_replace('/^\s+|\s+$/m', '\r\n', $tips);//去首尾空格 $tips = preg_replac...
基于PHP实现端口批量查询工具-牛翰网

基于PHP实现端口批量查询工具

查询速度较慢,建议输入20个以内端口,暂未整理端口服务信息所以暂时不显示。 <?php error_reporting(0); //打开报错:去行首双斜杠 header('Content-type:text/html;charset = utf-8'); //...