这个函数起什么作用?仅仅是输出吗?
<?php
$txt="Hello World";
echo $txt;
?>
一般函数都是括号里是参数,它要显示$txt这个变量,那它叫不叫调用呢?应该叫什么?叫引用吗?小弟新手,麻烦说得详细些,谢谢大家