php中$this、static、final、const、self 等几个关键字的用法
摘要:
public_method(); }};echo get_class(A::get_self()); //Aecho get_class(A::get_static()); //Aecho get_class(B::get_self()); //Aecho get_class(B... 阅读全文
posted @ 2015-08-29 14:34 walter371 阅读(283) 评论(0) 推荐(0)
浙公网安备 33010602011771号