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