摘要:
self::NAME, "年龄"=>self::AGE, "地址"=>self::ADDRESS, ); } }?>result());?>输出:array (size=3) '姓名' => string '欧阳冬' (length=6) '年龄' => int 30 ... 阅读全文
摘要:
action1(); }}?>result();?> 阅读全文
摘要:
country="北京"; $this->temperature=3; $this->weather="多云"; //返回数组 return array( "title"=>"天气预报", "city"=>$this->country, ... 阅读全文
摘要:
Walk()."6点钟".$this->Sleep()."8点钟".$this->Food(); } public function BlackDog(){ echo "黑色的狗4点钟".$this->Walk()."7点钟".$this->Sleep()."9点钟".$this->F... 阅读全文