After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:How objects exist in memory and how functions pass objects
内存存储数据 堆区: 对象 object 栈区:基本数据类型 如 1,'‘fdfsf’
2018-07-200个赞
Courses in the relevant section:Construction method
构造方法 __construct , 和类名相同的方法
2018-07-230个赞
Courses in the relevant section:static keyword (static variable)
所有对象共享的变量:静态变量
2018-07-230个赞
静态方法不能操作非静态变量,不知道$this是谁
2018-07-240个赞
Courses in the relevant section:interface
接口定义好方法,其他类来实现。
2018-07-261个赞
mysqli 批量执行sql
2018-08-070个赞
Courses in the relevant section:mysqli extension library enhancement (preprocessing technology 1)
预编译在mysql发生,不是在php程序。
2018-08-080个赞