<?php
function hello(){
? ?$GLOBALS['que'] = '提神喝茶更好喲';
? ?echo '你調(diào)了一下函數(shù)hello<br />';
}
hello();
echo $que;
?>
在函數(shù)外部定義一個(gè)變量$que。