Home > Q&A > body text
PHP中一个类里面可以写多个构造函数吗?
数据分析师2017-09-30 23:44:08
Can multiple constructors be written in a class in PHP? -PHP Chinese website Q&A-Can multiple constructors be written in a class in PHP? -PHP Chinese website Q&A
Please watch and learn.
阿神2016-12-24 15:49:05
构造函数只有一个,实例化类的时候会自动调用构造函数,你可以在构造函数调用其他的方法啊