Zend 200-500 Question Answer
Given the following two functions, what statement is correct?
function dynamicNew($name) {
return new $name;
}
function reflectionNew($name) {
$r = new ReflectionClass($name);
return $r->newInstanceArgs();
}
Zend 200-500 Summary
- Vendor: Zend
- Product: 200-500
- Update on: Jul 25, 2025
- Questions: 219