摘要: foo(); self::foo(); static::foo(); }}class B extends A { /* foo() will be copied to B, hence its scope will still be A and * the call be successful */}class C extends A { private function foo() { ech... 阅读全文
posted @ 2013-07-18 12:36 holyes 阅读(235) 评论(0) 推荐(0) 编辑