摘要: <?php $dir = '/Applications/MAMP/htdocs'; function getDir($dir){ if(!is_dir($dir)) return '请提供正确的路径!'; $arr = []; $res = opendir($dir); while($list = 阅读全文
posted @ 2020-03-23 01:05 时间掉飞机 阅读(187) 评论(0) 推荐(0) 编辑
摘要: //下面代码是在Thinkphp6写的,短信目前还能发送,根据自己情况改就行(发送短信需要用到后面的两个类文件) //注:这个只能用来测试用 <?php declare(strict_types=1); namespace app\common\lib\sms; use app\common\lib 阅读全文
posted @ 2020-03-23 00:27 时间掉飞机 阅读(836) 评论(0) 推荐(0) 编辑