php常用自定义函数<?php/***删除指定路径下文件*@param[type]$path文件路径*/functiondelFile($path){try{if(file_exists($path)){unlink($path);}}catch(Exception$e){echo$e->getMessage();}}/***正则去掉字符串中的html标签*@paramunknown$
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号