search

Home  >  Q&A  >  body text

PHP中一个类里面可以写多个构造函数吗?

PHP中一个类里面可以写多个构造函数吗?


phpcn_u274phpcn_u2742978 days ago1368

reply all(2)I'll reply

  • 数据分析师

    数据分析师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.

    reply
    0
  • 阿神

    阿神2016-12-24 15:49:05

    构造函数只有一个,实例化类的时候会自动调用构造函数,你可以在构造函数调用其他的方法啊

    reply
    0
  • Cancelreply