只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-15 16:49 码猿先生 阅读(2) 评论(0) 推荐(0) 编辑
摘要: $score = 0; if(preg_match("/[0-9]+/",$str)) { $score ++; } if(preg_match("/[0-9]{3,}/",$str)) { $score ++; } if(preg_match("/[a-z]+/",$str)) { $score 阅读全文
posted @ 2019-04-15 16:43 码猿先生 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: 5.4版本新增 命令说明备注 php artisan make:resource ? 创建api返回格式化资源 >=5.4版本可用 php artisan make:rule ? 创建validate规则 >=5.4版本可用 php artisan make:exception ? 创建异常类 >= 阅读全文
posted @ 2019-04-15 13:57 码猿先生 阅读(1014) 评论(0) 推荐(0) 编辑