摘要: self::NAME, "年龄"=>self::AGE, "地址"=>self::ADDRESS, ); } }?>result());?>输出:array (size=3) '姓名' => string '欧阳冬' (length=6) '年龄' => int 30 ... 阅读全文
posted @ 2015-10-11 10:10 清风翠竹茶飘香 阅读(132) 评论(0) 推荐(0) 编辑
摘要: action1(); }}?>result();?> 阅读全文
posted @ 2015-10-11 09:52 清风翠竹茶飘香 阅读(100) 评论(0) 推荐(0) 编辑
摘要: country="北京"; $this->temperature=3; $this->weather="多云"; //返回数组 return array( "title"=>"天气预报", "city"=>$this->country, ... 阅读全文
posted @ 2015-10-11 09:43 清风翠竹茶飘香 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Walk()."6点钟".$this->Sleep()."8点钟".$this->Food(); } public function BlackDog(){ echo "黑色的狗4点钟".$this->Walk()."7点钟".$this->Sleep()."9点钟".$this->F... 阅读全文
posted @ 2015-10-11 09:08 清风翠竹茶飘香 阅读(180) 评论(0) 推荐(0) 编辑