已有40人关注
我文件夹有问题么?
发表在PHP图书答疑 2018-03-13 《PHP从入门到精通(第4版)》第14章 面向对象 253页-0页
是否精华
版块置顶:
class SportObject{
   function BootFootball($name,$height,$age){
   if($this->$height> 180 and $this->$age<80){
return $this->$name. ",适合打篮球";
   }
}
   $sport = new  SportObject();
   echo $sport->BootFootball("姚明","185","60");



Parse error: syntax error, unexpected '$sport' (T_VARIABLE), expecting function (T_FUNCTION) in D:\wamp\www\form.php on line 69

分享到:
精彩评论 5
biubiupiujxc
学分:8 LV1
2018-03-13
沙发
class SportObject{
   public $name;
   public $height;
   public $age;
   public function BootFootBall($name,$height,$age){
       $this->name=$name;
       $this->height=$height;
       $this->age=$age;
       if($this->height>180 and $this->age<36){
           return $this->name."可以打篮球";
       }
       else{
           return $this->name."不适合打篮球";
       }
       
   }
$sport  =   new SportObject();
echo $sport->BootFootBall('姚明','185','20');


}


biubiupiujxc
学分:8 LV1
2018-03-13
板凳

求解

biubiupiujxc
学分:8 LV1
2018-03-13
地板

需要放在整个CLASS后面

皓月追梦赤子
学分:2976 LV11
2018-03-15
4L
面向对象
寻梦_1520817187
学分:11 LV2
2018-03-16
5L
class SportObject{
function BootFootball($name,$height,$age){
if($height> 180 and $age<80){
return $name. ",适合打篮球";
}
}
$sport = new SportObject();
echo $sport->BootFootball("姚明","185","60");

首页上一页 1 下一页尾页 5 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照