本地測試確實是15,你在你本地試試
<?php
#$x=5;
$y=10;
function mytest()
{
global $x,$y;
$y=$x+$y;
#}
mytest();
echo $y;
本地測試確實是15,你在你本地試試
<?php
#$x=5;
$y=10;
function mytest()
{
global $x,$y;
$y=$x+$y;
#}
mytest();
echo $y;
#