Rock{et}ing the interweb
class Greeter { public static function sayHello() { return 'Hello World'; } } echo Greeter::sayHello();
Comments (1)