200-550 Web TestEngine demo

Exit VCEDump 200-550 Zend Certified PHP Engineer
Question 9 of 34
0% complete
Q9 Single choice

What would be the output of the following code?

namespace MyFramework\DB;

class MyClass {
static function myName() {
return __METHOD__;
}
}

print MyClass::myName();

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in