摘要: createBTObject(); }}//获取bt工厂$btFactory = new BtFactory();//BT种子的下载处理$what = 'BTdown';$btObject = $btFactory->getBtObject($what);$btObject->process(... 阅读全文
posted @ 2015-11-23 20:55 九分 阅读(1431) 评论(0) 推荐(0) 编辑
摘要: //---------------------------------------------------//进去参数(类名),出来直接就是对象,没有其他的步骤//电影介绍的处理类class MovieViews{ public function getTimes() { ... 阅读全文
posted @ 2015-11-23 20:29 九分 阅读(111) 评论(0) 推荐(0) 编辑
摘要: $value ) { print " $key >>> $value \n" ; } }}$class = new MyClass ();foreach( $class as $key => $value ) { p... 阅读全文
posted @ 2015-11-23 19:37 九分 阅读(1888) 评论(0) 推荐(0) 编辑
摘要: var = $array ; } } //返回到迭代器的第一个元素 public function rewind () { echo "rewinding返回到迭代器的第一个元素\n" ; reset ( $this -> ... 阅读全文
posted @ 2015-11-23 19:34 九分 阅读(599) 评论(0) 推荐(0) 编辑
摘要: test(2,"sting");$p1->du();?> 阅读全文
posted @ 2015-11-23 17:50 九分 阅读(214) 评论(0) 推荐(0) 编辑
摘要: "; 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) 编辑