PHP print 关键字
定义和用法
print
关键字用于输出文本。
与 echo
不同,print
一次只能输出一个字符串。与 echo
不同,print
有返回值,始终为 1。
相关页面
echo
关键字
❮ PHP 关键字
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]