PHP设计模式-单例
摘要:
<?php/** * 三私一公 */ class singleSimple{ private static $instante = ''; private function __construct(){ } public static function instanteMethod(){ if(se 阅读全文
posted @ 2021-04-01 22:01 渠涛涛 阅读(25) 评论(0) 推荐(0)
posted @ 2021-04-01 22:01 渠涛涛 阅读(25) 评论(0) 推荐(0)
posted @ 2021-04-01 19:38 渠涛涛 阅读(56) 评论(0) 推荐(0)
posted @ 2021-04-01 18:41 渠涛涛 阅读(24) 评论(0) 推荐(0)
posted @ 2021-04-01 17:43 渠涛涛 阅读(40) 评论(0) 推荐(0)