php常用函数
摘要:
php路径、文件名操作 提取文件名:$filename = basename($dir) 提取文件扩展名:$ext = pathinfo($dir) 时间函数date()的使用:date("Y-m-d H:i:s",time()) date() 时间戳函数报错:Warning: date(): It 阅读全文
posted @ 2019-11-24 16:39 stuano 阅读(118) 评论(0) 推荐(0) 编辑