2017年6月23日

php 普通方法和静态方法

摘要: <?php header('Content-Type: text/html; charset=utf-8'); class Student { public static function getStudentCount() { var_dump($this); return 42; } publi 阅读全文

posted @ 2017-06-23 23:19 huodaihao 阅读(110) 评论(0) 推荐(0) 编辑

php中self和static的区别

摘要: php中self和static的区别 阅读全文

posted @ 2017-06-23 06:38 huodaihao 阅读(200) 评论(0) 推荐(0) 编辑

导航