echo、print()、printf()、sprintf()、vardump()、varexport():都可以输出内容到网页,但不退出函数或程序。
return:返回并立即退出,函数级别。
die():停止程序运行,输出内容。
exit:停止程序运行,不输出内容。