重载方法,为什么不直接在类里面写个新的方法而要去使用__call的这种所谓的重载呢?
phpcn_u238
phpcn_u238 2016-12-24 15:25:58
0
2
1007

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

phpcn_u238
phpcn_u238

reply all(2)
数据分析师

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.

阿神

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template