<?php$x=5;$y=6;founction mytext() { global $x,$y; $Y=$X+$Y;}mytext();echo $y;?>错误原因如下:( ! ) Parse error: syntax error, unexpected 'mytext' (T_STRING) in D:\WAMPServer\wamp\www\phptext123\phptext111.php on line 4
3 回答
- 3 回答
- 0 关注
- 1508 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消