HOME
DOMAIN
WEB HOST
AUTO Site
VPS SERVER
CLOUD HOST
SERVER
HK HOST
AGENT
SERVICE
PHP实例代码如下:
class dispatcher{ private $config; public static $o; function __construct(){ echo 'sss'; } public static function getinstance(){ if (!self::$o){ self::$o = new dispatcher(); } self::$o; } } new dispatcher();