<?php $a = “hello”; function print_a() { global $a; $a = “phper”; } echo $a; ?> 以上代码执行结果为( )。 A:phper B:hellophper C:hel 点我阅读全文