php函数间的参数传递(值传递/引用传递) php:函数间的参数传递 1 值传递 复制代码 代码如下: <?php function exam($var1){ $var1++; echo "In PHP编程 2022-04-11 184 点赞 2 评论 278 浏览