Esempio n. 1
0
 static function __static()
 {
     stream_wrapper_register('res', __CLASS__);
     self::$instance = new self();
 }
 static function __static()
 {
     stream_wrapper_register('res', self::class);
     self::$instance = new self();
 }