php中echo 與print 的區別
3 回答

GCT1015
TA貢獻1827條經驗 獲得超4個贊
echo 返回值是void print返回值是int
echo可以輸出多個字符串
print只能輸出一個字符串,print能輸出數組類型的數據,echo不可以
- 3 回答
- 0 關注
- 357 瀏覽
添加回答
舉報
0/150
提交
取消