php 中 兩個$什么意思
1 回答

largeQ
TA貢獻2039條經驗 獲得超8個贊
可變變量
$first ="hello";
$hello ="world";
echo $first." ".$$first;
結果是 hello world
$$first就是$hello,因為$first的值是hello
- 1 回答
- 0 關注
- 667 瀏覽
添加回答
舉報
0/150
提交
取消