コード例 #1
0
ファイル: bigpipe.php プロジェクト: sdgdsffdsfff/hdf-client
 public static function getInstance()
 {
     if (!isset(self::$ins)) {
         self::$ins = new self();
     }
     return self::$ins;
 }