關注您感興趣的項目並了解有關它們的最新消息
<?php $foo = 100; function demo($n){ $n = 10; } echo demo($foo).'<br />'; $foo; ?>