Home  >  Q&A  >  body text

重载方法,为什么不直接在类里面写个新的方法而要去使用__call的这种所谓的重载呢?

重载方法,为什么不直接在类里面写个新的方法而要去使用__call的这种所谓的重载呢?新写个方法不是更加简单更加直接吗?是为了程序的健壮性吗?

phpcn_u238phpcn_u2382878 days ago952

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:41:55

    Overloading methods, why not write a new method directly in the class instead of using the so-called overloading of __call? -PHP Chinese website Q&A-Overloaded method, why not write a new method directly in the class instead of using the so-called overloading of __call? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-24 15:26:18

    这样做减少了函数名的数量,避免了名字空间的污染,对于程序的可读性有很大的好处。

    reply
    0
  • Cancelreply