https://jingyan.baidu.com/article/fec4bce2046942b3618d8bab.html https://m.youxi369...
PHP面向对象详细解析
https://baijiahao.baidu.com/s?id=1630393412844250219&wfr=spider&for=pc 一、定...
mysql root有grant权限但是无法进行授权
https://blog.csdn.net/li740207611/article/details/103298093 mysql 权限配置 key mysql, ...
func_num_args()
//func_num_args() 这个函数返回的是当前函数的参数数量 返回的是数字 //func_get_arg()函数返回的是指定位置的参数的值 //func_...
php 构造函数参数
https://blog.csdn.net/besily/article/details/5069383 https://www.cnblogs.com/hpliu...
php继承类 extends用法详解
https://www.php.cn/php-weizijiaocheng-371591.html 类继承很重要,作为程序员也基本每天都会和他打交道,但是有些东西你...
laravel-11-laravel 模型Eloquent ORM
https://www.cnblogs.com/lx0715/p/10060178.html 使用 模型 Model处理数据的 增删改查 Eloquent ORM&...
Laravel+easywechat 开发微信公众号
https://learnku.com/articles/228681. 在 laravel 中使用 easywechatcomposer require "ove...
Laravel 学习笔记:Command
https://www.jianshu.com/p/99baaffcec18 https://www.cnblogs.com/aipiaoborensheng/p/...
巧用array_map()和array_reduce()替代foreach循环
https://www.tuicool.com/articles/bmqeAv6 1、array_reduce( $arr , callable ...