function f(classname<Employee> $clsname): void { $w = new $clsname(); // create an object whose type is passed in ... } This function can be called with the ...
確定! 回上一頁