上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: "; if(isset($this->$property_name)) { return($this->$property_name); } else { return 220; ... 阅读全文
posted @ 2015-11-23 17:42 九分 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-11-23 17:03 九分 阅读(470) 评论(0) 推荐(0) 编辑
摘要: ./index.php----------------------------------------------------------------------------------./myClass.php--------------------------------------------... 阅读全文
posted @ 2015-11-23 16:52 九分 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 31) { throw new Exception('月数不能大于31'); } return 1/$x;}try{ echo inverse(5) . ""; echo inverse(10) . ""; echo inverse(2) . ""; ... 阅读全文
posted @ 2015-11-23 16:30 九分 阅读(157) 评论(0) 推荐(0) 编辑
摘要: blood = $enemy->blood -self::$kill_hard; } //静态函数 升级 static function up_kill_hard() { self::$kill_hard+=2; } //析构函数 funct... 阅读全文
posted @ 2015-11-23 13:53 九分 阅读(149) 评论(0) 推荐(0) 编辑
摘要: "; } function didanggongji() { //建筑飞行的代码 echo "抵挡攻击"; }}//兵营类class marineBuilding extends building{ function createMarine... 阅读全文
posted @ 2015-11-23 12:00 九分 阅读(851) 评论(0) 推荐(0) 编辑
摘要: yii\di\Containeryii\base\Componentyii\base\Objectyii\base\Configurableyii\web\Applicationyii\base\Applicationyii\base\Moduleyii\di\ServiceLocatoryii\w... 阅读全文
posted @ 2015-11-20 17:28 九分 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-19 16:59 九分 阅读(171) 评论(0) 推荐(0) 编辑
摘要: //计算今年月度利息和 $year = date('Y',time()); foreach ($temp as $v) { //根据时间中的年,判断今年是哪年,只去今年的数据 $next_time_year = date('Y',$v["next_tim... 阅读全文
posted @ 2015-10-15 10:44 九分 阅读(183) 评论(0) 推荐(0) 编辑
摘要: static private function getPageHash($url){ $path = parse_url($url); $path = substr( $path['path'],0,4); $path = substr( md5 ( isset($path)?$path... 阅读全文
posted @ 2015-10-09 17:59 九分 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页