标签: php
如何使用变量外部函数?
<?php function fn($num) { echo $num; } ?>
我想在函数EG之外使用$num:在if..else中使用,我可以这样做吗?
$num
if..else