摘要: 其实单例模式,说白了就是说一个类只能实例化一次。但是类中存在一个就是__construct()这个魔术方法。这个方法就代表着如果类实例化的时候,就会自动执行这个方法。然后如果我把这个方法变成保护或者私有的,会是什么效果呢。 <?php class test{ protected function _ 阅读全文
posted @ 2021-04-16 14:14 HiHarvey 阅读(129) 评论(0) 推荐(0)
摘要: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server 阅读全文
posted @ 2021-02-26 15:54 HiHarvey 阅读(231) 评论(0) 推荐(0)