构造函数和析构函数的应用有哪些?
phpcn_u238
phpcn_u238 2016-12-24 15:44:47
0
2
1125
phpcn_u238
phpcn_u238

reply all(2)
数据分析师

What are the applications of constructors and destructors? -PHP Chinese website Q&A-What are the applications of constructors and destructors? -PHP Chinese website Q&A

Please watch and learn.

阿神

当然是有用的,否则就不会发布这2个方法。一个场景就是比如这个类用来操作一个文件,可以在构造函数中打开这个文件,在析构函数中自动关闭这个文件,这样的好处是可以避免在很多调用的地方手动敲代码来反复打开和关闭,另外可以避免复杂工作的情况下自己忘记关闭文件。

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