摘要:
<?php $dir = '/Applications/MAMP/htdocs'; function getDir($dir){ if(!is_dir($dir)) return '请提供正确的路径!'; $arr = []; $res = opendir($dir); while($list = 阅读全文
摘要:
//下面代码是在Thinkphp6写的,短信目前还能发送,根据自己情况改就行(发送短信需要用到后面的两个类文件) //注:这个只能用来测试用 <?php declare(strict_types=1); namespace app\common\lib\sms; use app\common\lib 阅读全文