function manage_spawn_service($id = -1, $class = '', $virtual = false) { $c = new CService(); $c->Init($id, $class, $virtual); return $c; }