Php函数中返回值return和echo的区别

2024-11-01 22:39:43
推荐回答(1个)
回答1:

return只是一个返回值,echo是输出结果的意思。return只是返回,不会输出,echo是输出结果,没有返回的意思