<?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
我是测试而已
相关问题
相关分类